mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Disintegrate asm/system.h for IA64
Disintegrate asm/system.h for IA64. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Tony Luck <tony.luck@intel.com> cc: linux-ia64@vger.kernel.org
This commit is contained in:
parent
8335896bed
commit
c140d87995
61 changed files with 233 additions and 249 deletions
|
@ -11,6 +11,14 @@
|
|||
#include <asm/scatterlist.h>
|
||||
#include <asm/hw_irq.h>
|
||||
|
||||
struct pci_vector_struct {
|
||||
__u16 segment; /* PCI Segment number */
|
||||
__u16 bus; /* PCI Bus number */
|
||||
__u32 pci_id; /* ACPI split 16 bits device, 16 bits function (see section 6.1.1) */
|
||||
__u8 pin; /* PCI PIN (0 = A, 1 = B, 2 = C, 3 = D) */
|
||||
__u32 irq; /* IRQ assigned */
|
||||
};
|
||||
|
||||
/*
|
||||
* Can be used to override the logic in pci_scan_bus for skipping already-configured bus
|
||||
* numbers - to be used for buggy BIOSes or architectures with incomplete PCI setup by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue