source: bootcd/isolinux/syslinux-6.03/gpxe/src/include/cmdlist.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 212 bytes
Line 
1#ifndef COMMANDLIST_H
2#define COMMANDLIST_H
3
4void test_req();
5void test2_req();
6void help_req();
7void nvo_cmd_req();
8
9void commandlist()
10{
11        //      test_req();
12        //      test2_req();
13        help_req();
14        nvo_cmd_req();
15}
16
17#endif
18
Note: See TracBrowser for help on using the repository browser.