http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add "config" command to access config UI
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
settings_ui.h
1
#ifndef _GPXE_SETTINGS_UI_H
2
#define _GPXE_SETTINGS_UI_H
3
4
/** @file
5
*
6
* Option configuration console
7
*
8
*/
9
10
struct config_context;
11
12
extern void settings_ui ( struct config_context *context );
13
14
#endif /* _GPXE_SETTINGS_UI_H */