diff options
| author | Michael Brown | 2006-12-20 06:37:33 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-20 06:37:33 +0100 |
| commit | 8f9336e0c12827b77b82a5ab30897f12b2a2ac71 (patch) | |
| tree | 13b5f4b77df81ad2a38e977b5e0f38222f41715d /src/include/gpxe/settings_ui.h | |
| parent | Add instruction row, and save option (diff) | |
| download | ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.gz ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.xz ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.zip | |
Add "config" command to access config UI
Diffstat (limited to 'src/include/gpxe/settings_ui.h')
| -rw-r--r-- | src/include/gpxe/settings_ui.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/gpxe/settings_ui.h b/src/include/gpxe/settings_ui.h new file mode 100644 index 000000000..59fc3cbdb --- /dev/null +++ b/src/include/gpxe/settings_ui.h @@ -0,0 +1,14 @@ +#ifndef _GPXE_SETTINGS_UI_H +#define _GPXE_SETTINGS_UI_H + +/** @file + * + * Option configuration console + * + */ + +struct config_context; + +extern void settings_ui ( struct config_context *context ); + +#endif /* _GPXE_SETTINGS_UI_H */ |
