Files
ipxe/src/include/gpxe/shell_banner.h

13 lines
173 B
C
Raw Normal View History

#ifndef _GPXE_SHELL_BANNER_H
#define _GPXE_SHELL_BANNER_H
/** @file
*
* Shell startup banner
*
*/
extern int shell_banner ( void );
#endif /* _GPXE_SHELL_BANNER_H */