pci.h (85b59f5bb24aeca1a987cbb206e228bf630c8327) pci.h (bcf39352eb9e9026f7a1028d4bce3707b65f104b)
1#ifndef __ASM_SH_PCI_H
2#define __ASM_SH_PCI_H
3
4#ifdef __KERNEL__
5
6/* Can be used to override the logic in pci_scan_bus for skipping
7 already-configured bus numbers - to be used for buggy BIOSes
8 or architectures with incomplete PCI setup by the loader */

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

26
27 unsigned long reg_base;
28 unsigned long io_map_base;
29
30 unsigned int index;
31 unsigned int need_domain_info;
32};
33
1#ifndef __ASM_SH_PCI_H
2#define __ASM_SH_PCI_H
3
4#ifdef __KERNEL__
5
6/* Can be used to override the logic in pci_scan_bus for skipping
7 already-configured bus numbers - to be used for buggy BIOSes
8 or architectures with incomplete PCI setup by the loader */

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

26
27 unsigned long reg_base;
28 unsigned long io_map_base;
29
30 unsigned int index;
31 unsigned int need_domain_info;
32};
33
34extern void register_pci_controller(struct pci_channel *hose);
34extern int register_pci_controller(struct pci_channel *hose);
35extern int pci_is_66mhz_capable(struct pci_channel *hose,
36 int top_bus, int current_bus);
37
38extern unsigned long PCIBIOS_MIN_IO, PCIBIOS_MIN_MEM;
39
40struct pci_dev;
41
42#define HAVE_PCI_MMAP

--- 93 unchanged lines hidden ---
35extern int pci_is_66mhz_capable(struct pci_channel *hose,
36 int top_bus, int current_bus);
37
38extern unsigned long PCIBIOS_MIN_IO, PCIBIOS_MIN_MEM;
39
40struct pci_dev;
41
42#define HAVE_PCI_MMAP

--- 93 unchanged lines hidden ---