diff options
author | Kevin Buettner <kevinb@redhat.com> | 2012-03-03 01:23:45 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2012-03-03 01:23:45 +0000 |
commit | d98bfeb0233c622e936bdda16ff03277077f5ca2 (patch) | |
tree | e0a9fd593d3f088e78995b29fc3a2f33087f9ba1 /sim/rx/syscalls.h | |
parent | 636b802b4e0e0bfa08745d20c468bac0a38e9fa1 (diff) | |
download | gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.zip gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.tar.gz 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.h | 1 |
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); |