aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/shell_banner.h
blob: d03fcbace507267982a81d3b39df15534e4f1d2b (plain)
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 */