Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
newlib
/
libgloss
/
mn10300
/
trap.h
blob: 27636c004dd0d3b32993d8ff689e5d4137930d3f [
file
] [
log
] [
blame
] [
edit
]
#include
"syscall.h"
int
__trap0
();
#define
TRAP0
(
f
,
p1
,
p2
,
p3
)
__trap0
(
f
,
(
p1
),
(
p2
),
(
p3
))