summaryrefslogtreecommitdiff
path: root/gpxe/src/include/cmdlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/cmdlist.h')
-rw-r--r--gpxe/src/include/cmdlist.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpxe/src/include/cmdlist.h b/gpxe/src/include/cmdlist.h
deleted file mode 100644
index 33cd349b..00000000
--- a/gpxe/src/include/cmdlist.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef COMMANDLIST_H
-#define COMMANDLIST_H
-
-void test_req();
-void test2_req();
-void help_req();
-void nvo_cmd_req();
-
-void commandlist()
-{
- // test_req();
- // test2_req();
- help_req();
- nvo_cmd_req();
-}
-
-#endif
-