summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/shell.h')
-rw-r--r--src/include/ipxe/shell.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/ipxe/shell.h b/src/include/ipxe/shell.h
new file mode 100644
index 00000000..635de248
--- /dev/null
+++ b/src/include/ipxe/shell.h
@@ -0,0 +1,14 @@
+#ifndef _IPXE_SHELL_H
+#define _IPXE_SHELL_H
+
+/** @file
+ *
+ * Minimal command shell
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+extern void shell ( void );
+
+#endif /* _IPXE_SHELL_H */