mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Minimal shell implementation using readline() and system().
This commit is contained in:
12
src/include/gpxe/shell.h
Normal file
12
src/include/gpxe/shell.h
Normal 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 */
|
||||
Reference in New Issue
Block a user