acpiphp.h (7a53c7f56bbfc9b0ef892e68f5cfae3d902544d1) acpiphp.h (204d49a5613a06eb2fa5c3b842a29b1336cc7995)
1/*
2 * ACPI PCI Hot Plug Controller Driver
3 *
4 * Copyright (C) 1995,2001 Compaq Computer Corporation
5 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
6 * Copyright (C) 2001 IBM Corp.
7 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com)
8 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com)

--- 132 unchanged lines hidden (view full) ---

141 */
142struct acpiphp_attention_info
143{
144 int (*set_attn)(struct hotplug_slot *slot, u8 status);
145 int (*get_attn)(struct hotplug_slot *slot, u8 *status);
146 struct module *owner;
147};
148
1/*
2 * ACPI PCI Hot Plug Controller Driver
3 *
4 * Copyright (C) 1995,2001 Compaq Computer Corporation
5 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
6 * Copyright (C) 2001 IBM Corp.
7 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com)
8 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com)

--- 132 unchanged lines hidden (view full) ---

141 */
142struct acpiphp_attention_info
143{
144 int (*set_attn)(struct hotplug_slot *slot, u8 status);
145 int (*get_attn)(struct hotplug_slot *slot, u8 *status);
146 struct module *owner;
147};
148
149struct acpiphp_ioapic {
150 struct pci_dev *dev;
151 u32 gsi_base;
152 struct list_head list;
153};
154
155/* PCI bus bridge HID */
156#define ACPI_PCI_HOST_HID "PNP0A03"
157
158/* PCI BRIDGE type */
159#define BRIDGE_TYPE_HOST 0
160#define BRIDGE_TYPE_P2P 1
161
162/* ACPI _STA method value (ignore bit 4; battery present) */

--- 57 unchanged lines hidden ---
149/* PCI bus bridge HID */
150#define ACPI_PCI_HOST_HID "PNP0A03"
151
152/* PCI BRIDGE type */
153#define BRIDGE_TYPE_HOST 0
154#define BRIDGE_TYPE_P2P 1
155
156/* ACPI _STA method value (ignore bit 4; battery present) */

--- 57 unchanged lines hidden ---