From d98bfeb0233c622e936bdda16ff03277077f5ca2 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sat, 3 Mar 2012 01:23:45 +0000 Subject: Update rx sim so that it'll print load statistics. --- sim/rx/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/rx/syscalls.h') diff --git a/sim/rx/syscalls.h b/sim/rx/syscalls.h index b1521ad..73bdef6 100644 --- a/sim/rx/syscalls.h +++ b/sim/rx/syscalls.h @@ -21,4 +21,5 @@ along with this program. If not, see . */ 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); -- cgit v1.1