#ifndef __LOG_DIO_H #define __LOG_DIO_H #ifdef __cplusplus extern "C" { #endif // void log_dio_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_DIO_H