1
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ... */
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void register_system(void);
void register_system_common(void);
void register_system_deep_sleep(void);
void register_system_light_sleep(void);
#ifdef __cplusplus
}{...}
#endif