Skip to content
Snippets Groups Projects
Commit c688c1cf authored by oharboe's avatar oharboe
Browse files

Reset wip. Just adding hooks. This is just to reduce the size of the actual...

Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.

git-svn-id: svn://svn.berlios.de/openocd/trunk@566 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent c4a2fdbc
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ typedef struct embeddedice_reg_s
} embeddedice_reg_t;
extern reg_cache_t* embeddedice_build_reg_cache(target_t *target, arm7_9_common_t *arm7_9);
extern int embeddedice_setup(target_t *target);
extern int embeddedice_read_reg(reg_t *reg);
extern int embeddedice_write_reg(reg_t *reg, u32 value);
extern int embeddedice_read_reg_w_check(reg_t *reg, u8* check_value, u8* check_mask);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment