11 lines
150 B
C
11 lines
150 B
C
/* Public domain. */
|
|
|
|
#ifndef _LINUX_AER_H
|
|
#define _LINUX_AER_H
|
|
|
|
static inline void
|
|
pci_enable_pcie_error_reporting(struct pci_dev *pdev)
|
|
{
|
|
}
|
|
|
|
#endif
|