2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-12 00:01:27 +00:00
Files
xNBA/src/include/gpxe/shell_banner.h
2006-12-20 00:24:13 +00:00

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