summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-21 20:36:13 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-21 20:36:13 -0700
commit4078e027ef3c7d09f78cfa21ea55fa603eab554a (patch)
treea47b3c0d8d96dd521e77b09cf7dedbf6735f8af0 /com32/hdt/hdt-cli.h
parente0398422e4bbc8efac5628b18e69c5a55be54946 (diff)
downloadsyslinux-4078e027ef3c7d09f78cfa21ea55fa603eab554a.tar.gz
hdt: Make PXE module use the new framework
Impact: Cleanups in the PXE module. The PXE module now uses the new framework. Misc.: fix indentation in the PXE module. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 99e9cc6c..b786e3f0 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -114,11 +114,12 @@ struct cli_callback_descr {
};
/* List of implemented modes */
-#define MAX_MODES 3
+#define MAX_MODES 4
struct cli_mode_descr *list_modes[MAX_MODES];
struct cli_mode_descr hdt_mode;
struct cli_mode_descr dmi_mode;
struct cli_mode_descr syslinux_mode;
+struct cli_mode_descr pxe_mode;
/* cli helpers */
void find_cli_mode_descr(cli_mode_t mode, struct cli_mode_descr **mode_found);