diff options
Diffstat (limited to 'src/include/gpxe/shell_banner.h')
| -rw-r--r-- | src/include/gpxe/shell_banner.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gpxe/shell_banner.h b/src/include/gpxe/shell_banner.h new file mode 100644 index 000000000..f8e92a4de --- /dev/null +++ b/src/include/gpxe/shell_banner.h @@ -0,0 +1,12 @@ +#ifndef _GPXE_SHELL_BANNER_H +#define _GPXE_SHELL_BANNER_H + +/** @file + * + * Shell startup banner + * + */ + +extern int shell_banner ( void ); + +#endif /* _GPXE_SHELL_BANNER_H */ |
