Separated out (and tidied up) shell banner code

This commit is contained in:
Michael Brown
2006-12-20 00:24:13 +00:00
parent a2c5744daf
commit 4919646fb9
2 changed files with 77 additions and 0 deletions

View File

@@ -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 */