Minimal shell implementation using readline() and system().

This commit is contained in:
Michael Brown
2006-12-19 23:55:05 +00:00
parent a646e38f03
commit a2c5744daf
2 changed files with 98 additions and 0 deletions

12
src/include/gpxe/shell.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _GPXE_SHELL_H
#define _GPXE_SHELL_H
/** @file
*
* Minimal command shell
*
*/
extern void shell ( void );
#endif /* _GPXE_SHELL_H */