2025-04-11 09:40:32 +08:00

10 lines
80 B
C

#ifndef _MW_INIT_H_
#define _MW_INIT_H_
void middleware_init(void);
#endif