diff options
author | Len Brown <len.brown@intel.com> | 2007-04-28 23:12:03 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 23:12:03 -0400 |
commit | fb16596997ded3e70d308bec58e32c1e2c5cf9b0 (patch) | |
tree | 28939b49c26e51d2c22047ef2e07f4b1d6352bbb /include/acpi | |
parent | f188291aec9b17ef7cec01db66b9cdb6fae26372 (diff) | |
parent | afd3810d9b6b0d446a34e1d4e94f0cc020b00a14 (diff) |
Pull misc-for-upstream into release branch
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index 09469e7db6a..955adfb8d64 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h @@ -276,6 +276,7 @@ enum acpi_prefered_pm_profiles { #define BAF_LEGACY_DEVICES 0x0001 #define BAF_8042_KEYBOARD_CONTROLLER 0x0002 +#define BAF_MSI_NOT_SUPPORTED 0x0008 #define FADT2_REVISION_ID 3 #define FADT2_MINUS_REVISION_ID 2 |