http://git.etherboot.org
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Separated out (and tidied up) shell banner code
[gpxe.git]
/
src
/
include
/
gpxe
/
shell_banner.h
1
#ifndef _GPXE_SHELL_BANNER_H
2
#define _GPXE_SHELL_BANNER_H
3
4
/** @file
5
*
6
* Shell startup banner
7
*
8
*/
9
10
extern int shell_banner ( void );
11
12
#endif /* _GPXE_SHELL_BANNER_H */