moving Tcl stuff around slightly.
git-svn-id: svn://svn.berlios.de/openocd/trunk@759 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
/* implementations of OpenOCD that uses multithreading needs to lock OpenOCD while calling
|
||||
* OpenOCD fn's. No-op in vanilla OpenOCD
|
||||
*/
|
||||
void lockBigLock()
|
||||
{
|
||||
}
|
||||
void unlockBigLock()
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
This is the main entry for developer PC hosted OpenOCD.
|
||||
|
||||
Reference in New Issue
Block a user