Encapsulate the jtag_event_callback list; add helper functions if needed.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2158 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-09 08:40:02 +00:00
parent 175867ea32
commit bcad121d2b
2 changed files with 1 additions and 3 deletions

View File

@@ -255,8 +255,6 @@ typedef struct jtag_event_callback_s
struct jtag_event_callback_s* next;
} jtag_event_callback_t;
extern jtag_event_callback_t* jtag_event_callbacks;
extern int jtag_speed;
extern int jtag_speed_post_reset;