aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/actypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index f3b29fa5654e..a6412b82a572 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -726,6 +726,11 @@ typedef u8 acpi_adr_space_type;
726#define ACPI_ADR_SPACE_DATA_TABLE (acpi_adr_space_type) 0x7E /* Internal to ACPICA only */ 726#define ACPI_ADR_SPACE_DATA_TABLE (acpi_adr_space_type) 0x7E /* Internal to ACPICA only */
727#define ACPI_ADR_SPACE_FIXED_HARDWARE (acpi_adr_space_type) 0x7F 727#define ACPI_ADR_SPACE_FIXED_HARDWARE (acpi_adr_space_type) 0x7F
728 728
729/* Values for _REG connection code */
730
731#define ACPI_REG_DISCONNECT 0
732#define ACPI_REG_CONNECT 1
733
729/* 734/*
730 * bit_register IDs 735 * bit_register IDs
731 * 736 *