Ignore:
Timestamp:
Sep 18, 2022, 11:24:34 AM (3 years ago)
Author:
Paul Smedley
Message:

Add some additional functions to minimise upstream patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/pci.h

    r732 r745  
    781781#define dev_is_pci(d) (true)
    782782int pcim_enable_device(struct pci_dev *pdev);
    783 #define pcim_iomap pci_iomap
    784783int pcim_iomap_regions(struct pci_dev *pdev, int mask, const char *name);
    785784
     
    789788}
    790789void pci_intx(struct pci_dev *pdev, int enable);
     790#define PCI_STD_NUM_BARS        6       /* Number of standard BARs */
     791int __must_check pci_request_region(struct pci_dev *, int, char *);
     792void pci_release_region(struct pci_dev *, int);
     793void __iomem * const *pcim_iomap_table(struct pci_dev *pdev);
    791794
    792795#endif /* LINUX_PCI_H */
Note: See TracChangeset for help on using the changeset viewer.