initial commit
This commit is contained in:
9
include/shell.h
Normal file
9
include/shell.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
void help(void);
|
||||
void hello(void);
|
||||
void hwinfo(void);
|
||||
void reboot(void);
|
||||
|
||||
int // is continue
|
||||
shell(void);
|
||||
Reference in New Issue
Block a user