#ifndef _FUNC_IODM_H #define _FUNC_IODM_H void func_iodm_message(uint16_t msg); void func_iodm_process(void); void func_iodm_enter(void); void func_iodm_exit(void); void func_iodm_init(void); void func_iodm_sub_process(void); #endif // _FUNC_IODM_H