summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-02 17:12:55 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:01 +0100
commit6b97e41c971b4d288ef50f21d451001a99cde6d2 (patch)
treed4d1bebb0d76707d66d6b07b21d30f129478f899 /com32/hdt/hdt-cli.h
parentcb32b8d13d9c313527ef20e6df52aab9830ff0d6 (diff)
downloadsyslinux-6b97e41c971b4d288ef50f21d451001a99cde6d2.tar.gz
hdt: Improving ACPI output
Impact: Improving ACPI output Improving acpi output
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index fc7e0003..523f13c0 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -86,7 +86,7 @@ typedef enum {
DISK_MODE,
VPD_MODE,
MEMORY_MODE,
- ACPI_MODE,
+ ACPI_MODE
} cli_mode_t;
#define PROMPT_SIZE 32
@@ -210,4 +210,9 @@ void main_show_vesa(int argc, char **argv, struct s_hardware *hardware);
// VPD STUFF
void main_show_vpd(int argc __unused, char **argv __unused,
struct s_hardware *hardware);
+
+// ACPI STUFF
+void main_show_acpi(int argc __unused, char **argv __unused,
+ struct s_hardware *hardware);
+
#endif