log_ai.h 313 B

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