diff options
author | Bob Moore <robert.moore@intel.com> | 2012-05-22 04:23:21 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-06-01 11:51:52 -0400 |
commit | 43e1c6892c88ae0730cb0eb7bd5a2812b960c32a (patch) | |
tree | a78bbdf7fe6d51352679e1261e535f8ec08a2582 /include/acpi | |
parent | 6ccd7b5acc418e02953a8dd8a3c17e04907aacff (diff) |
ACPICA: ACPI 5/iASL: Add support for PCC keyword
Adds support for the PCC keyword for the Register() resource
descriptor macro.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 0339a2d93f1d..376c9ed739d4 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -728,8 +728,9 @@ typedef u8 acpi_adr_space_type; | |||
728 | #define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7 | 728 | #define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7 |
729 | #define ACPI_ADR_SPACE_GPIO (acpi_adr_space_type) 8 | 729 | #define ACPI_ADR_SPACE_GPIO (acpi_adr_space_type) 8 |
730 | #define ACPI_ADR_SPACE_GSBUS (acpi_adr_space_type) 9 | 730 | #define ACPI_ADR_SPACE_GSBUS (acpi_adr_space_type) 9 |
731 | #define ACPI_ADR_SPACE_PLATFORM_COMM (acpi_adr_space_type) 10 | ||
731 | 732 | ||
732 | #define ACPI_NUM_PREDEFINED_REGIONS 10 | 733 | #define ACPI_NUM_PREDEFINED_REGIONS 11 |
733 | 734 | ||
734 | /* | 735 | /* |
735 | * Special Address Spaces | 736 | * Special Address Spaces |