From 4078e027ef3c7d09f78cfa21ea55fa603eab554a Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 21 Mar 2009 20:36:13 -0700 Subject: 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 --- com32/hdt/hdt-cli.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'com32/hdt/hdt-cli.h') 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); -- cgit v1.2.1