summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings_ui.h
blob: 70ee8cb3b495687b593422c21c5edfa61566612b (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 ) __nonnull;

#endif /* _GPXE_SETTINGS_UI_H */