![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <stdint.h>#include <odp_api.h>

Go to the source code of this file.
Data Structures | |
| struct | cfgfile_opt_cache_t |
Macros | |
| #define | EM_CHECK_INIT_CALLED ((uint32_t)0xACDCBEEF) |
EM internal initialization types
Definition in file em_init_types.h.
| #define EM_CHECK_INIT_CALLED ((uint32_t)0xACDCBEEF) |
Magic number used detect whether an initialization function has been called prior to a create-function.
An error will be reported and the creation will fail if the call to _init() has been omitted.
Definition at line 56 of file em_init_types.h.