Files
BaS_gcc/include/pci_errata.h
2017-12-25 10:21:08 +01:00

12 lines
181 B
C
Executable File

#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