patch-2.2.18 linux/include/asm-ppc/pci.h

Next file: linux/include/asm-ppc/pmu.h
Previous file: linux/include/asm-ppc/pci-bridge.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-ppc/pci.h linux/include/asm-ppc/pci.h
@@ -0,0 +1,13 @@
+#ifndef __PPC_PCI_H
+#define __PPC_PCI_H
+
+#include <linux/config.h>
+#include <linux/pci.h>
+
+/* Values for the `which' argument to sys_pciconfig_iobase.  */
+#define IOBASE_BRIDGE_NUMBER	0
+#define IOBASE_MEMORY		1
+#define IOBASE_IO		2
+
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)