#ifndef SUNXI_HAL_CMD_H #define SUNXI_HAL_CMD_H #ifdef __cplusplus extern "C" { #endif /* include me to supprot FINSH_FUNCTION_EXPORT_CMD */ #ifdef CONFIG_KERNEL_FREERTOS #include #elif defined(CONFIG_RTTKERNEL) #include #else #error "can not support the RTOS!!" #endif #ifdef __cplusplus } #endif #endif