Changeset 629 for GPL/branches/uniaud32-next/include/linux/pci.h
- Timestamp:
- Jan 4, 2021, 10:15:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/pci.h
r625 r629 783 783 .subvendor = (subvend), .subdevice = (subdev) 784 784 785 int 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) 785 792 786 793 #endif /* LINUX_PCI_H */
Note:
See TracChangeset
for help on using the changeset viewer.