diff options
author | Shaohua Li <shaohua.li@intel.com> | 2009-10-28 23:05:05 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 14:05:34 -0500 |
commit | 3563ff964fdc36358cef0330936fdac28e65142a (patch) | |
tree | 5815c93ce3c6adc57f9b8c73113ee77605a1b0ef /include/linux/acpi.h | |
parent | 3a9622dc4659af44a8098a233f65c51e495ff0a5 (diff) |
ACPI: Add platform-wide _OSC support.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 535beecc37cf..e11090d462d2 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -273,6 +273,13 @@ struct acpi_osc_context { | |||
273 | 273 | ||
274 | acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context); | 274 | acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context); |
275 | 275 | ||
276 | /* platform-wide _OSC bits */ | ||
277 | #define OSC_SB_PAD_SUPPORT 1 | ||
278 | #define OSC_SB_PPC_OST_SUPPORT 2 | ||
279 | #define OSC_SB_PR3_SUPPORT 4 | ||
280 | #define OSC_SB_CPUHP_OST_SUPPORT 8 | ||
281 | #define OSC_SB_APEI_SUPPORT 16 | ||
282 | |||
276 | /* PCI defined _OSC bits */ | 283 | /* PCI defined _OSC bits */ |
277 | /* _OSC DW1 Definition (OS Support Fields) */ | 284 | /* _OSC DW1 Definition (OS Support Fields) */ |
278 | #define OSC_EXT_PCI_CONFIG_SUPPORT 1 | 285 | #define OSC_EXT_PCI_CONFIG_SUPPORT 1 |