diff options
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r-- | include/acpi/actbl1.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 3156d1ab61fe..b7178ebfe3e9 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -669,16 +669,6 @@ struct acpi_srat_mem_affinity { | |||
669 | #define ACPI_SRAT_MEM_HOT_PLUGGABLE (1<<1) /* 01: Memory region is hot pluggable */ | 669 | #define ACPI_SRAT_MEM_HOT_PLUGGABLE (1<<1) /* 01: Memory region is hot pluggable */ |
670 | #define ACPI_SRAT_MEM_NON_VOLATILE (1<<2) /* 02: Memory region is non-volatile */ | 670 | #define ACPI_SRAT_MEM_NON_VOLATILE (1<<2) /* 02: Memory region is non-volatile */ |
671 | 671 | ||
672 | /* Memory types */ | ||
673 | |||
674 | enum acpi_address_range_id { | ||
675 | ACPI_ADDRESS_RANGE_MEMORY = 1, | ||
676 | ACPI_ADDRESS_RANGE_RESERVED = 2, | ||
677 | ACPI_ADDRESS_RANGE_ACPI = 3, | ||
678 | ACPI_ADDRESS_RANGE_NVS = 4, | ||
679 | ACPI_ADDRESS_RANGE_COUNT = 5 | ||
680 | }; | ||
681 | |||
682 | /******************************************************************************* | 672 | /******************************************************************************* |
683 | * | 673 | * |
684 | * TCPA - Trusted Computing Platform Alliance table | 674 | * TCPA - Trusted Computing Platform Alliance table |