Add "config" command to access config UI

This commit is contained in:
Michael Brown
2006-12-20 05:37:33 +00:00
parent 666b309c0c
commit 8f9336e0c1
4 changed files with 53 additions and 0 deletions

View File

@@ -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 */