diff options
Diffstat (limited to 'gdb/ocd.h')
-rw-r--r-- | gdb/ocd.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -103,7 +103,9 @@ void ocd_files_info (struct target_ops *ignore); int ocd_xfer_memory (CORE_ADDR memaddr, char *myaddr, - int len, int should_write, struct target_ops *target); + int len, int should_write, + struct mem_attrib *attrib, + struct target_ops *target); void ocd_mourn (void); |