summaryrefslogtreecommitdiff
path: root/gdb/ocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ocd.h')
-rw-r--r--gdb/ocd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ocd.h b/gdb/ocd.h
index 85636e83281..28fc219db3c 100644
--- a/gdb/ocd.h
+++ b/gdb/ocd.h
@@ -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);