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