diff options
| author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-11-07 18:57:45 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2008-11-07 21:44:37 -0500 |
| commit | 89595b8f2850a080d290bf778ec933ea1d99f78e (patch) | |
| tree | 63a6682ede74d9570878b0d7d4d936e050439ba7 /include | |
| parent | 14a63ba821ac2a0f5166789b31241c0b7eb147d9 (diff) | |
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
Move all the component definitions for drivers to a single shared place,
include/acpi/acpi_drivers.h.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/acpi_drivers.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index b3c40dc9d6ba..8778a3a00bcb 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
| @@ -32,7 +32,19 @@ | |||
| 32 | #define ACPI_MAX_STRING 80 | 32 | #define ACPI_MAX_STRING 80 |
| 33 | 33 | ||
| 34 | #define ACPI_BUS_COMPONENT 0x00010000 | 34 | #define ACPI_BUS_COMPONENT 0x00010000 |
| 35 | #define ACPI_AC_COMPONENT 0x00020000 | ||
| 36 | #define ACPI_BATTERY_COMPONENT 0x00040000 | ||
| 37 | #define ACPI_BUTTON_COMPONENT 0x00080000 | ||
| 38 | #define ACPI_SBS_COMPONENT 0x00080000 | ||
| 39 | #define ACPI_FAN_COMPONENT 0x00200000 | ||
| 40 | #define ACPI_PCI_COMPONENT 0x00400000 | ||
| 41 | #define ACPI_POWER_COMPONENT 0x00800000 | ||
| 42 | #define ACPI_CONTAINER_COMPONENT 0x01000000 | ||
| 43 | #define ACPI_PROCESSOR_COMPONENT 0x01000000 | ||
| 35 | #define ACPI_SYSTEM_COMPONENT 0x02000000 | 44 | #define ACPI_SYSTEM_COMPONENT 0x02000000 |
| 45 | #define ACPI_THERMAL_COMPONENT 0x04000000 | ||
| 46 | #define ACPI_MEMORY_DEVICE_COMPONENT 0x08000000 | ||
| 47 | #define ACPI_VIDEO_COMPONENT 0x08000000 | ||
| 36 | 48 | ||
| 37 | /* | 49 | /* |
| 38 | * _HID definitions | 50 | * _HID definitions |
| @@ -54,7 +66,6 @@ | |||
| 54 | PCI | 66 | PCI |
| 55 | -------------------------------------------------------------------------- */ | 67 | -------------------------------------------------------------------------- */ |
| 56 | 68 | ||
| 57 | #define ACPI_PCI_COMPONENT 0x00400000 | ||
| 58 | 69 | ||
| 59 | /* ACPI PCI Interrupt Link (pci_link.c) */ | 70 | /* ACPI PCI Interrupt Link (pci_link.c) */ |
| 60 | 71 | ||
