mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-12 13:52:35 +00:00
12 lines
102 B
C
12 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void reboot(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|