summaryrefslogtreecommitdiff
path: root/sim/rx/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rx/syscalls.h')
-rw-r--r--sim/rx/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/rx/syscalls.h b/sim/rx/syscalls.h
index b1521ad3a60..73bdef6965f 100644
--- a/sim/rx/syscalls.h
+++ b/sim/rx/syscalls.h
@@ -21,4 +21,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
struct host_callback_struct;
extern void set_callbacks (struct host_callback_struct *);
+extern struct host_callback_struct * get_callbacks (void);
extern int rx_syscall (int id);