diff options
| author | Michael Brown | 2006-12-20 01:24:13 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-20 01:24:13 +0100 |
| commit | 4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1 (patch) | |
| tree | 706ecdc0fb78b9c758438a4d72a5425756a533d4 /src/include/gpxe/shell_banner.h | |
| parent | Minimal shell implementation using readline() and system(). (diff) | |
| download | ipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.tar.gz ipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.tar.xz ipxe-4919646fb96cbcc50bffc3d843ebd1f3cc7ba1b1.zip | |
Separated out (and tidied up) shell banner code
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 */ |
