mlog_logger.h 91 B

123456
  1. #ifndef _MLOG_LOGGER_H
  2. #define _MLOG_LOGGER_H
  3. extern void mlog_init_procfs(void);
  4. #endif