mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
15 lines
227 B
C
15 lines
227 B
C
#ifndef _GPXE_SETTINGS_UI_H
|
|
#define _GPXE_SETTINGS_UI_H
|
|
|
|
/** @file
|
|
*
|
|
* Option configuration console
|
|
*
|
|
*/
|
|
|
|
struct config_context;
|
|
|
|
extern int settings_ui ( struct config_context *context );
|
|
|
|
#endif /* _GPXE_SETTINGS_UI_H */
|