| #ifndef __FREE_RTOS_INIT_H | |
| #define __FREE_RTOS_INIT_H | |
| #ifndef INC_FREERTOS_H | |
| #error "include FreeRTOS.h" must appear in source files before "include queue.h" | |
| #endif | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| void xInitRTOS(void); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif /* __FREE_RTOS_INIT_H */ | |