diff options
Diffstat (limited to 'gdb/ocd.h')
-rw-r--r-- | gdb/ocd.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ #ifndef OCD_H #define OCD_H +struct mem_attrib; +struct target_ops; + /* Wiggler serial protocol definitions */ #define DLE 020 /* Quote char */ |