summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-02 11:13:58 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:00 +0100
commit403cee47ca49891640d857e331180994c9888b2b (patch)
treeeed686d28cbd6bde14f5d87f08b1c6cee766b9a8 /com32/hdt/hdt-cli.h
parent62ea3bbf5cde3a708bb95e754d6eb9d73e9ef30b (diff)
downloadsyslinux-403cee47ca49891640d857e331180994c9888b2b.tar.gz
hdt: Adding basic ACPI mode
Impact: new acpi mode Adding a new ACPI mode, still lots of work to do
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 898b53f8..fc7e0003 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -68,6 +68,7 @@
#define CLI_MODES "modes"
#define CLI_VPD "vpd"
#define CLI_MEMORY "memory"
+#define CLI_ACPI "acpi"
#define CLI_ENABLE "enable"
#define CLI_DISABLE "disable"
@@ -85,6 +86,7 @@ typedef enum {
DISK_MODE,
VPD_MODE,
MEMORY_MODE,
+ ACPI_MODE,
} cli_mode_t;
#define PROMPT_SIZE 32
@@ -146,6 +148,7 @@ struct cli_mode_descr vesa_mode;
struct cli_mode_descr disk_mode;
struct cli_mode_descr vpd_mode;
struct cli_mode_descr memory_mode;
+struct cli_mode_descr acpi_mode;
/* cli helpers */
void find_cli_mode_descr(cli_mode_t mode, struct cli_mode_descr **mode_found);