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