Move the JTAG cable interface API implementation
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 00:45:21 +0000 (00:45 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 3 Jun 2009 00:45:21 +0000 (00:45 +0000)
commit4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073
tree273e0c384f444447bf44d864a41b843f0854f054
parentf7d011a955d993173f76ff707f4db9cdc1006cb5
Move the JTAG cable interface API implementation
- Cloned the src/jtag/jtag.c file to src/jtag/interface.c.
- For each for of those files, deleted the contents of the other.
- Add new source file to automake input.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2012 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/jtag/Makefile.am
src/jtag/interface.c [new file with mode: 0644]
src/jtag/interface.h
src/jtag/jtag.c