opengnsys_ipxe/src/include/ipxe/shell.h

15 lines
179 B
C

#ifndef _IPXE_SHELL_H
#define _IPXE_SHELL_H
/** @file
*
* Minimal command shell
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern int shell ( void );
#endif /* _IPXE_SHELL_H */