yb_arm/osp/inc/OspMutProcess.h

24 lines
237 B
C
Raw Normal View History

2023-07-12 14:14:31 +08:00
#ifndef __OSPMUTPROCESSH__
#define __OSPMUTPROCESSH__
#ifdef __cplusplus
extern "C" {
#endif
int32_t osp_mut_process_init(void);
int32_t osp_get_mut_process_id(void);
#ifdef __cplusplus
}
#endif
#endif /* __OSPRESHELLH__ */