4 lines
49 B
C
4 lines
49 B
C
|
#pragma once
|
||
|
|
||
|
void reboot(void);
|
||
|
void halt(void);
|