diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
| commit | 185a257f2f73bcd89050ad02da5bedbc28fc43fa (patch) | |
| tree | 5e32586114534ed3f2165614cba3d578f5d87307 /drivers/pci/hotplug/acpiphp.h | |
| parent | 3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (diff) | |
| parent | a77c64c1a641950626181b4857abb701d8f38ccc (diff) | |
Merge branch 'master' into gfs2
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
| -rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index be104eced34c..7fff07e877c7 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
| @@ -150,6 +150,11 @@ struct acpiphp_attention_info | |||
| 150 | struct module *owner; | 150 | struct module *owner; |
| 151 | }; | 151 | }; |
| 152 | 152 | ||
| 153 | struct acpiphp_ioapic { | ||
| 154 | struct pci_dev *dev; | ||
| 155 | u32 gsi_base; | ||
| 156 | struct list_head list; | ||
| 157 | }; | ||
| 153 | 158 | ||
| 154 | /* PCI bus bridge HID */ | 159 | /* PCI bus bridge HID */ |
| 155 | #define ACPI_PCI_HOST_HID "PNP0A03" | 160 | #define ACPI_PCI_HOST_HID "PNP0A03" |
