Improve encapsulation of JTAG event handling:
- Move nvp_jtag_tap_event and jtag_tap_handle_event to tcl.c. - Change both to be static; remove declaration of function from jtag.h. git-svn-id: svn://svn.berlios.de/openocd/trunk@2166 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -611,8 +611,6 @@ extern void jtag_sleep(u32 us);
|
||||
extern int jtag_call_event_callbacks(enum jtag_event event);
|
||||
extern int jtag_register_event_callback(int (* callback)(enum jtag_event event, void* priv), void* priv);
|
||||
|
||||
void jtag_tap_handle_event(jtag_tap_t* tap, enum jtag_tap_event e);
|
||||
|
||||
/*
|
||||
* The JTAG subsystem defines a number of error codes,
|
||||
* using codes between -100 and -199.
|
||||
|
||||
Reference in New Issue
Block a user