#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 */