summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 21:53:19 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 21:53:19 +0000
commit337017d626f9641fdafc50da5769e5bd14cfe30f (patch)
tree39195e0eb7b7cf0bde47b84b8d04abdaefbf4691 /src/target/mips_ejtag.h
parent7662bbeaa5da95abc1be2ca5dc686825fbeafccc (diff)
downloadopenocd+libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.gz
openocd+libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.bz2
openocd+libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.xz
openocd+libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.zip
Scrub final vestiges of in_handler from mips target APIs.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1981 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips_ejtag.h')
-rw-r--r--src/target/mips_ejtag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h
index 5ac994ac..d74d808b 100644
--- a/src/target/mips_ejtag.h
+++ b/src/target/mips_ejtag.h
@@ -109,8 +109,8 @@ typedef struct mips_ejtag_s
extern int mips_ejtag_set_instr(mips_ejtag_t *ejtag_info, int new_instr, void *delete_me_and_submit_patch);
extern int mips_ejtag_enter_debug(mips_ejtag_t *ejtag_info);
extern int mips_ejtag_exit_debug(mips_ejtag_t *ejtag_info);
-extern int mips_ejtag_get_impcode(mips_ejtag_t *ejtag_info, u32 *impcode, in_handler_t handler);
-extern int mips_ejtag_get_idcode(mips_ejtag_t *ejtag_info, u32 *idcode, in_handler_t handler);
+extern int mips_ejtag_get_impcode(mips_ejtag_t *ejtag_info, u32 *impcode);
+extern int mips_ejtag_get_idcode(mips_ejtag_t *ejtag_info, u32 *idcode);
extern int mips_ejtag_drscan_32(mips_ejtag_t *ejtag_info, u32 *data);
extern int mips_ejtag_init(mips_ejtag_t *ejtag_info);