From a2c5744daf2542aa8af3474673c9621c52c4cecc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 19 Dec 2006 23:55:05 +0000 Subject: Minimal shell implementation using readline() and system(). --- src/include/gpxe/shell.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/include/gpxe/shell.h (limited to 'src/include/gpxe/shell.h') diff --git a/src/include/gpxe/shell.h b/src/include/gpxe/shell.h new file mode 100644 index 000000000..c353fc4d7 --- /dev/null +++ b/src/include/gpxe/shell.h @@ -0,0 +1,12 @@ +#ifndef _GPXE_SHELL_H +#define _GPXE_SHELL_H + +/** @file + * + * Minimal command shell + * + */ + +extern void shell ( void ); + +#endif /* _GPXE_SHELL_H */ -- cgit v1.2.3-55-g7522