12 lines
181 B
C
12 lines
181 B
C
#ifndef PCI_ERRATA_H
|
|
#define PCI_ERRATA_H
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
extern void chip_errata_135(void);
|
|
extern void chip_errata_055(int32_t handle);
|
|
|
|
#endif // PCI_ERRATA_H
|
|
|