mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-03 17:26:08 -04:00
Add default values to reboot/shutdown (#26)
This commit is contained in:
parent
3b8d9807ea
commit
d16668512f
@ -31,8 +31,8 @@ void sleep_ms(size_t ms);
|
||||
|
||||
datetime local_date();
|
||||
|
||||
void reboot(unsigned int);
|
||||
void shutdown(unsigned int);
|
||||
void reboot(unsigned int delay = 0);
|
||||
void shutdown(unsigned int delay = 0);
|
||||
|
||||
uint64_t s_time();
|
||||
uint64_t ms_time();
|
||||
|
Loading…
x
Reference in New Issue
Block a user