Ignore:
Timestamp:
Jan 4, 2021, 10:15:17 AM (5 years ago)
Author:
Paul Smedley
Message:

Update source to linux 5.10.4 level

File:
1 edited

Legend:

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

    r625 r629  
    783783        .subvendor = (subvend), .subdevice = (subdev)
    784784
     785int pci_status_get_and_clear_errors(struct pci_dev *pdev);
     786#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY  | \
     787                               PCI_STATUS_SIG_SYSTEM_ERROR | \
     788                               PCI_STATUS_REC_MASTER_ABORT | \
     789                               PCI_STATUS_REC_TARGET_ABORT | \
     790                               PCI_STATUS_SIG_TARGET_ABORT | \
     791                               PCI_STATUS_PARITY)
    785792
    786793#endif /* LINUX_PCI_H */
Note: See TracChangeset for help on using the changeset viewer.