mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Add "config" command to access config UI
This commit is contained in:
14
src/include/gpxe/settings_ui.h
Normal file
14
src/include/gpxe/settings_ui.h
Normal 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 */
|
||||
Reference in New Issue
Block a user