[sundance] Add reset completion check
[gpxe.git] / src / include / gpxe / settings_ui.h
blob48548fd5904c019b54c69c9120011c07c38cd598
1 #ifndef _GPXE_SETTINGS_UI_H
2 #define _GPXE_SETTINGS_UI_H
4 /** @file
6 * Option configuration console
8 */
10 struct settings;
12 extern int settings_ui ( struct settings *settings ) __nonnull;
14 #endif /* _GPXE_SETTINGS_UI_H */