fix failed alignment of pci_errata_xxx() functions which caused the code

to hang when compiled with m68k-atari-mint-gcc
This commit is contained in:
Markus Fröschle
2016-04-04 09:31:25 +00:00
parent e73333d893
commit a409f40593
7 changed files with 741 additions and 717 deletions

11
include/pci_errata.h Executable file
View File

@@ -0,0 +1,11 @@
#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