added missing extern to jtag_command_queue definition.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2028 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
4bc3af0374
commit
4a6adee17e
|
@ -146,7 +146,7 @@ typedef struct jtag_command_s
|
||||||
} jtag_command_t;
|
} jtag_command_t;
|
||||||
|
|
||||||
/// The current queue of jtag_command_s structures.
|
/// 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_alloc(size_t size);
|
||||||
void cmd_queue_free(void);
|
void cmd_queue_free(void);
|
||||||
|
|
Loading…
Reference in New Issue