patch-2.3.99-pre2 linux/include/asm-arm/pci.h
Next file: linux/include/asm-arm/system.h
Previous file: linux/include/asm-arm/page.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Mar 16 11:28:57 2000
- Orig file:
v2.3.99-pre1/linux/include/asm-arm/pci.h
- Orig date:
Thu Mar 2 14:36:23 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-arm/pci.h linux/include/asm-arm/pci.h
@@ -1,12 +1,17 @@
#ifndef ASMARM_PCI_H
#define ASMARM_PCI_H
+#ifdef __KERNEL__
+
#define pcibios_assign_all_busses() 0
#define PCIBIOS_MIN_IO 0x8000
#define PCIBIOS_MIN_MEM 0x40000000
-#ifdef __KERNEL__
+extern inline void pcibios_set_master(struct pci_dev *dev)
+{
+ /* No special bus mastering setup handling */
+}
#include <asm/scatterlist.h>
#include <asm/io.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)