patch-2.4.5 linux/include/asm-ia64/pci.h
Next file: linux/include/asm-m68k/pci.h
Previous file: linux/include/asm-i386/unaligned.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed May 16 10:31:27 2001
- Orig file:
v2.4.4/linux/include/asm-ia64/pci.h
- Orig date:
Thu Jan 4 15:25:55 2001
diff -u --recursive --new-file v2.4.4/linux/include/asm-ia64/pci.h linux/include/asm-ia64/pci.h
@@ -57,6 +57,9 @@
return 1;
}
+/* Return the index of the PCI controller for device PDEV. */
+#define pci_controller_num(PDEV) (0)
+
#define sg_dma_len(sg) ((sg)->length)
#endif /* _ASM_IA64_PCI_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)