core.h
Go to the documentation of this file.
1 
11 #ifndef CORE_H_
12 #define CORE_H_
13 
14 #include "core_processor.h"
15 
19 typedef struct mcl_core_t
20 {
23 } core_t;
24 
25 #endif //CORE_H_
core_processor_t * core_processor
Core processor handle.
Definition: core.h:22
Definition: core.h:19
struct mcl_core_t mcl_core_t
Definition: mcl_core.h:33
Core processor module header file.
core_configuration_t * configuration
Core configuration handle.
Definition: core.h:21