summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 01:24:13 +0100
committerMichael Brown2006-12-20 01:24:13 +0100
commit4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1 (patch)
tree706ecdc0fb78b9c758438a4d72a5425756a533d4 /src/include
parentMinimal shell implementation using readline() and system(). (diff)
downloadipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.tar.gz
ipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.tar.xz
ipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.zip
Separated out (and tidied up) shell banner code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/shell_banner.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gpxe/shell_banner.h b/src/include/gpxe/shell_banner.h
new file mode 100644
index 000000000..f8e92a4de
--- /dev/null
+++ b/src/include/gpxe/shell_banner.h
@@ -0,0 +1,12 @@
+#ifndef _GPXE_SHELL_BANNER_H
+#define _GPXE_SHELL_BANNER_H
+
+/** @file
+ *
+ * Shell startup banner
+ *
+ */
+
+extern int shell_banner ( void );
+
+#endif /* _GPXE_SHELL_BANNER_H */