Loading include/asm-ia64/pci.h +6 −4 Original line number Original line Diff line number Diff line Loading @@ -96,10 +96,12 @@ extern int pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma, #define HAVE_PCI_LEGACY #define HAVE_PCI_LEGACY extern int pci_mmap_legacy_page_range(struct pci_bus *bus, extern int pci_mmap_legacy_page_range(struct pci_bus *bus, struct vm_area_struct *vma); struct vm_area_struct *vma); extern ssize_t pci_read_legacy_io(struct kobject *kobj, char *buf, loff_t off, extern ssize_t pci_read_legacy_io(struct kobject *kobj, size_t count); struct bin_attribute *bin_attr, extern ssize_t pci_write_legacy_io(struct kobject *kobj, char *buf, loff_t off, char *buf, loff_t off, size_t count); size_t count); extern ssize_t pci_write_legacy_io(struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count); extern int pci_mmap_legacy_mem(struct kobject *kobj, extern int pci_mmap_legacy_mem(struct kobject *kobj, struct bin_attribute *attr, struct bin_attribute *attr, struct vm_area_struct *vma); struct vm_area_struct *vma); Loading Loading
include/asm-ia64/pci.h +6 −4 Original line number Original line Diff line number Diff line Loading @@ -96,10 +96,12 @@ extern int pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma, #define HAVE_PCI_LEGACY #define HAVE_PCI_LEGACY extern int pci_mmap_legacy_page_range(struct pci_bus *bus, extern int pci_mmap_legacy_page_range(struct pci_bus *bus, struct vm_area_struct *vma); struct vm_area_struct *vma); extern ssize_t pci_read_legacy_io(struct kobject *kobj, char *buf, loff_t off, extern ssize_t pci_read_legacy_io(struct kobject *kobj, size_t count); struct bin_attribute *bin_attr, extern ssize_t pci_write_legacy_io(struct kobject *kobj, char *buf, loff_t off, char *buf, loff_t off, size_t count); size_t count); extern ssize_t pci_write_legacy_io(struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count); extern int pci_mmap_legacy_mem(struct kobject *kobj, extern int pci_mmap_legacy_mem(struct kobject *kobj, struct bin_attribute *attr, struct bin_attribute *attr, struct vm_area_struct *vma); struct vm_area_struct *vma); Loading