]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[prompt] Replace shell_banner() with a generic prompt() function
authorMichael Brown <mcb30@ipxe.org>
Mon, 7 Mar 2011 17:42:06 +0000 (17:42 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 7 Mar 2011 19:53:53 +0000 (19:53 +0000)
commitc4b6c244b0cc0380451c6f087e8d009f3f490926
tree2bc13ef8ef452691ace42742f6efd787d4895718
parent9d633bdc7113f0050a0b35df5245dee2b819a273
[prompt] Replace shell_banner() with a generic prompt() function

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/main.c
src/include/ipxe/errfile.h
src/include/ipxe/shell_banner.h [deleted file]
src/include/usr/prompt.h [new file with mode: 0644]
src/usr/prompt.c [moved from src/hci/shell_banner.c with 51% similarity]