blob: d03fcbace507267982a81d3b39df15534e4f1d2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _IPXE_SHELL_BANNER_H
#define _IPXE_SHELL_BANNER_H
/** @file
*
* Shell startup banner
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern int shell_banner ( void );
#endif /* _IPXE_SHELL_BANNER_H */
|