2023-07-13 11:27:03 +08:00

9 lines
113 B
C

#ifndef __OSP_INIT_H__
#define __OSP_INIT_H__
extern void osp_start();
extern void osp_var_init(void);
#endif