Changeset 745 for GPL/branches/uniaud32-next/include/linux/pci.h
- Timestamp:
- Sep 18, 2022, 11:24:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/pci.h
r732 r745 781 781 #define dev_is_pci(d) (true) 782 782 int pcim_enable_device(struct pci_dev *pdev); 783 #define pcim_iomap pci_iomap784 783 int pcim_iomap_regions(struct pci_dev *pdev, int mask, const char *name); 785 784 … … 789 788 } 790 789 void pci_intx(struct pci_dev *pdev, int enable); 790 #define PCI_STD_NUM_BARS 6 /* Number of standard BARs */ 791 int __must_check pci_request_region(struct pci_dev *, int, char *); 792 void pci_release_region(struct pci_dev *, int); 793 void __iomem * const *pcim_iomap_table(struct pci_dev *pdev); 791 794 792 795 #endif /* LINUX_PCI_H */
Note:
See TracChangeset
for help on using the changeset viewer.