Files
BaS_gcc/include/pci_errata.h
2020-05-14 19:18:22 +02:00

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