repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sundance] Add reset completion check
[gpxe.git]
/
src
/
include
/
gpxe
/
settings_ui.h
blob
48548fd5904c019b54c69c9120011c07c38cd598
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
settings
;
11
12
extern
int
settings_ui
(
struct
settings
*
settings
)
__nonnull
;
13
14
#endif
/* _GPXE_SETTINGS_UI_H */