Update rx sim so that it'll print load statistics.
[platform/upstream/binutils.git] / sim / rx / syscalls.h
index b1521ad..73bdef6 100644 (file)
@@ -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);