Add: reboot utility

This commit is contained in:
xamidev
2024-08-25 11:33:09 +02:00
parent b1e4ef8ad2
commit deafe2439b
3 changed files with 16 additions and 1 deletions

View File

@@ -31,5 +31,6 @@ void program_help();
void program_echo();
void program_time();
void program_read();
void program_reboot();
#endif