patch-2.3.99-pre2 linux/include/asm-i386/pci.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/page.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sat Mar 18 12:11:35 2000
- Orig file:
v2.3.99-pre1/linux/include/asm-i386/pci.h
- Orig date:
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-i386/pci.h linux/include/asm-i386/pci.h
@@ -1,6 +1,8 @@
#ifndef __i386_PCI_H
#define __i386_PCI_H
+#ifdef __KERNEL__
+
/* 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 loader */
@@ -10,7 +12,7 @@
#define PCIBIOS_MIN_IO 0x1000
#define PCIBIOS_MIN_MEM 0x10000000
-#ifdef __KERNEL__
+void pcibios_set_master(struct pci_dev *dev);
/* Dynamic DMA mapping stuff.
* i386 has everything mapped statically.
@@ -164,4 +166,3 @@
#endif /* __KERNEL__ */
#endif /* __i386_PCI_H */
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)