david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
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 */