12345678910111213141516171819202122232425262728 |
- #ifndef __LOG_AI_H
- #define __LOG_AI_H
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- void log_ai_archive_init(void);
- //
- uint8_t log_get_arch_channel_number(void);
- extern uint32_t archive_cnt[];
- extern struct ringfs fs_ch_arch[];
- #ifdef __cplusplus
- }
- #endif
- #endif // __LOG_AI_H
|