1 #ifndef SUNXI_HAL_CMD_H 2 #define SUNXI_HAL_CMD_H 3 4 #ifdef __cplusplus 5 extern "C" 6 { 7 #endif 8 9 /* include me to supprot FINSH_FUNCTION_EXPORT_CMD */ 10 11 #ifdef CONFIG_KERNEL_FREERTOS 12 #include <console.h> 13 #else 14 #include <rtthread.h> 15 #endif 16 17 #ifdef __cplusplus 18 } 19 #endif 20 21 #endif 22