log_dio.h 172 B

12345678910111213141516171819
  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. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif // __LOG_DIO_H