summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings_ui.h
blob: 01b8f1728cb5263df73bdd97d3c3c0e76a62d2eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 */