2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-27 00:33:30 +00:00
Files
xNBA/src/include/gpxe/shell.h

13 lines
147 B
C

#ifndef _GPXE_SHELL_H
#define _GPXE_SHELL_H
/** @file
*
* Minimal command shell
*
*/
extern void shell ( void );
#endif /* _GPXE_SHELL_H */