diff options
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); |