summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/shell_banner.h
diff options
context:
space:
mode:
authorMichael Brown2011-03-07 18:42:06 +0100
committerMichael Brown2011-03-07 20:53:53 +0100
commitc4b6c244b0cc0380451c6f087e8d009f3f490926 (patch)
tree2bc13ef8ef452691ace42742f6efd787d4895718 /src/include/ipxe/shell_banner.h
parent[console] Add a timeout parameter to getkey() (diff)
downloadipxe-c4b6c244b0cc0380451c6f087e8d009f3f490926.tar.gz
ipxe-c4b6c244b0cc0380451c6f087e8d009f3f490926.tar.xz
ipxe-c4b6c244b0cc0380451c6f087e8d009f3f490926.zip
[prompt] Replace shell_banner() with a generic prompt() function
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/shell_banner.h')
-rw-r--r--src/include/ipxe/shell_banner.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/ipxe/shell_banner.h b/src/include/ipxe/shell_banner.h
deleted file mode 100644
index d03fcbace..000000000
--- a/src/include/ipxe/shell_banner.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 */