hal_cmd.h 267 B

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