mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10: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:
parent
4bc3af0374
commit
4a6adee17e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user