mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
Merge of Fredrik Hultin command_line
This commit is contained in:
16
src/include/cmdlist.h
Normal file
16
src/include/cmdlist.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef COMMANDLIST_H
|
||||
#define COMMANDLIST_H
|
||||
|
||||
void test_req();
|
||||
void test2_req();
|
||||
void help_req();
|
||||
|
||||
void commandlist()
|
||||
{
|
||||
test_req();
|
||||
test2_req();
|
||||
help_req();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user