summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 06:37:33 +0100
committerMichael Brown2006-12-20 06:37:33 +0100
commit8f9336e0c12827b77b82a5ab30897f12b2a2ac71 (patch)
tree13b5f4b77df81ad2a38e977b5e0f38222f41715d /src/include
parentAdd instruction row, and save option (diff)
downloadipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.gz
ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.xz
ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.zip
Add "config" command to access config UI
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/settings_ui.h14
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 */