Add memtest support.
[syslinux-debian/hramrach.git] / gpxe / src / include / cmdlist.h
blob33cd349b314346575b7357b6af9ab038c8a2e77c
1 #ifndef COMMANDLIST_H
2 #define COMMANDLIST_H
4 void test_req();
5 void test2_req();
6 void help_req();
7 void nvo_cmd_req();
9 void commandlist()
11 // test_req();
12 // test2_req();
13 help_req();
14 nvo_cmd_req();
17 #endif