mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
added missing extern to jtag_command_queue definition.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -146,7 +146,7 @@ typedef struct jtag_command_s
|
||||
} jtag_command_t;
|
||||
|
||||
/// The current queue of jtag_command_s structures.
|
||||
jtag_command_t* jtag_command_queue;
|
||||
extern jtag_command_t* jtag_command_queue;
|
||||
|
||||
void* cmd_queue_alloc(size_t size);
|
||||
void cmd_queue_free(void);
|
||||
|
||||
Reference in New Issue
Block a user