fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / mn10200 / trap.h
blob27636c004dd0d3b32993d8ff689e5d4137930d3f
1 #include "syscall.h"
3 int __trap0 ();
5 #define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))