log_dio.h 318 B

123456789101112131415161718192021222324252627
  1. #ifndef __LOG_DIO_H
  2. #define __LOG_DIO_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. //
  7. void log_dio_archive_init(void);
  8. //
  9. uint8_t log_get_arch_channel_number(void);
  10. extern uint32_t archive_cnt[];
  11. extern struct ringfs fs_ch_arch[];
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif // __LOG_DIO_H