mirror of
https://github.com/xcat2/xNBA.git
synced 2026-04-12 00:01:27 +00:00
13 lines
173 B
C
13 lines
173 B
C
#ifndef _GPXE_SHELL_BANNER_H
|
|
#define _GPXE_SHELL_BANNER_H
|
|
|
|
/** @file
|
|
*
|
|
* Shell startup banner
|
|
*
|
|
*/
|
|
|
|
extern int shell_banner ( void );
|
|
|
|
#endif /* _GPXE_SHELL_BANNER_H */
|