|
From: oharboe at B. <oh...@ma...> - 2009-06-03 08:28:00
|
Author: oharboe Date: 2009-06-03 08:27:57 +0200 (Wed, 03 Jun 2009) New Revision: 2028 Modified: trunk/src/jtag/commands.h Log: added missing extern to jtag_command_queue definition. Modified: trunk/src/jtag/commands.h =================================================================== --- trunk/src/jtag/commands.h 2009-06-03 06:08:07 UTC (rev 2027) +++ trunk/src/jtag/commands.h 2009-06-03 06:27:57 UTC (rev 2028) @@ -146,7 +146,7 @@ } 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); |