aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/syscalls.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2012-03-03 01:23:45 +0000
committerKevin Buettner <kevinb@redhat.com>2012-03-03 01:23:45 +0000
commitd98bfeb0233c622e936bdda16ff03277077f5ca2 (patch)
treee0a9fd593d3f088e78995b29fc3a2f33087f9ba1 /sim/rx/syscalls.h
parent636b802b4e0e0bfa08745d20c468bac0a38e9fa1 (diff)
downloadfsf-binutils-gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.zip
fsf-binutils-gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.tar.gz
fsf-binutils-gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.tar.bz2
Update rx sim so that it'll print load statistics.
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 b1521ad..73bdef6 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);