diff options
author | Bob Moore <robert.moore@intel.com> | 2017-06-05 04:37:30 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-06-12 08:50:34 -0400 |
commit | dbbf3bb6b90cfb1e9685bc8b31a0553e774c3146 (patch) | |
tree | 541a9c15a5014964f552dabaf32c4221ddefab9e | |
parent | e6f9193c244c1768bd24a4f527ff2509b72d499a (diff) |
ACPICA: Added two new UUID values
ACPICA commit a0168a7aca421d195e1c2b609279fa4a967dd3ac
Processor Properties. ACPI 6.2
Link: https://github.com/acpica/acpica/commit/a0168a7a
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | include/acpi/acuuid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h index 699a1999afe8..b1a0a8a64c3d 100644 --- a/include/acpi/acuuid.h +++ b/include/acpi/acuuid.h | |||
@@ -78,6 +78,11 @@ | |||
78 | #define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-4496fbe096f9" | 78 | #define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-4496fbe096f9" |
79 | #define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-5387d53ded3d" | 79 | #define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-5387d53ded3d" |
80 | 80 | ||
81 | /* Processor Properties (ACPI 6.2) */ | ||
82 | |||
83 | #define UUID_CACHE_PROPERTIES "6DC63E77-257E-4E78-A973-A21F2796898D" | ||
84 | #define UUID_PHYSICAL_PROPERTY "DDE4D59A-AA42-4349-B407-EA40F57D9FB7" | ||
85 | |||
81 | /* Miscellaneous */ | 86 | /* Miscellaneous */ |
82 | 87 | ||
83 | #define UUID_PLATFORM_CAPABILITIES "0811b06e-4a27-44f9-8d60-3cbbc22e7b48" | 88 | #define UUID_PLATFORM_CAPABILITIES "0811b06e-4a27-44f9-8d60-3cbbc22e7b48" |