Commit 12601fff authored by Lucas Russo's avatar Lucas Russo

include/bpm_server_classes.h: add forward declaration of llio_eth_type_e

parent 0e73579f
......@@ -66,6 +66,8 @@ typedef struct _dmngr_t dmngr_t;
typedef enum _llio_err_e llio_err_e;
/* Forward llio_type_e declaration enumeration */
typedef enum _llio_type_e llio_type_e;
/* Forward llio_eth_type_e declaration enumeration */
typedef enum _llio_eth_type_e llio_eth_type_e;
/* Opaque llio_dev_info_t structure */
typedef struct _llio_dev_info_t llio_dev_info_t;
/* Opaque llio_endpoint_t structure */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment