summaryrefslogblamecommitdiffstats
path: root/src/include/gpxe/shell.h
blob: c353fc4d75c02ddf05968f6e0db9d36fe237b79c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                           
#ifndef _GPXE_SHELL_H
#define _GPXE_SHELL_H

/** @file
 *
 * Minimal command shell
 *
 */

extern void shell ( void );

#endif /* _GPXE_SHELL_H */