X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Factbl.h;h=1ebbe883f7865576d022280a8da0f979e6a3278d;hb=3c1ca43fafea41e38cb2d0c1684119af4c1de547;hp=aed49a5d5838a8d77fdf3f913de222d669da4daa;hpb=8f34890dce60f7df6dd23a0d04977c6572adaab8;p=linux-2.6 diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index aed49a5d58..1ebbe883f7 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2006, R. Byron Moore + * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 @@ -289,6 +290,7 @@ enum acpi_prefered_pm_profiles { /* * Get the remaining ACPI tables */ + #include #endif /* __ACTBL_H__ */