mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
Separated out (and tidied up) shell banner code
This commit is contained in:
12
src/include/gpxe/shell_banner.h
Normal file
12
src/include/gpxe/shell_banner.h
Normal 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 */
|
||||
Reference in New Issue
Block a user