]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/mn10300/mn10300_sim.h
sim: syscall: unify memory helpers
[thirdparty/binutils-gdb.git] / sim / mn10300 / mn10300_sim.h
index f021aee9c00b63aa52899015516a43904b387aaf..6e8f53a4f2277a5bc8b20e8073ca1e82e844054c 100644 (file)
@@ -200,16 +200,6 @@ INLINE_SIM_MAIN (void) genericCmp (unsigned32 leftOpnd, unsigned32 rightOpnd);
 INLINE_SIM_MAIN (void) genericOr (unsigned32 source, unsigned32 destReg);
 INLINE_SIM_MAIN (void) genericXor (unsigned32 source, unsigned32 destReg);
 INLINE_SIM_MAIN (void) genericBtst (unsigned32 leftOpnd, unsigned32 rightOpnd);
-INLINE_SIM_MAIN (int) syscall_read_mem (host_callback *cb,
-                                       struct cb_syscall *sc,
-                                       unsigned long taddr,
-                                       char *buf,
-                                       int bytes);
-INLINE_SIM_MAIN (int) syscall_write_mem (host_callback *cb,
-                                        struct cb_syscall *sc,
-                                        unsigned long taddr,
-                                        const char *buf,
-                                        int bytes); 
 INLINE_SIM_MAIN (void) do_syscall (void);
 void program_interrupt (SIM_DESC sd, sim_cpu *cpu, sim_cia cia, SIM_SIGNAL sig);