aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-syscall.h')
-rw-r--r--sim/common/sim-syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/sim-syscall.h b/sim/common/sim-syscall.h
index 6f79d9d..562f443 100644
--- a/sim/common/sim-syscall.h
+++ b/sim/common/sim-syscall.h
@@ -20,6 +20,8 @@
#ifndef SIM_SYSCALL_H
#define SIM_SYSCALL_H
+struct cb_syscall;
+
/* Perform a syscall on the behalf of the target program. The error/result are
normalized into a single value (like a lot of operating systems do). If you
want the split values, see the other function below.