summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/shell.h')
-rw-r--r--gpxe/src/include/gpxe/shell.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpxe/src/include/gpxe/shell.h b/gpxe/src/include/gpxe/shell.h
new file mode 100644
index 00000000..c353fc4d
--- /dev/null
+++ b/gpxe/src/include/gpxe/shell.h
@@ -0,0 +1,12 @@
+#ifndef _GPXE_SHELL_H
+#define _GPXE_SHELL_H
+
+/** @file
+ *
+ * Minimal command shell
+ *
+ */
+
+extern void shell ( void );
+
+#endif /* _GPXE_SHELL_H */