Add private src/jtag/interface.h for use by JTAG interface drivers:

- Move the jtag_interface structure definition.
- Move the Cable API declarations.
- Add new header file to automake input.

The next patch will move the implementation to interface.c.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2008 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-02 23:59:13 +00:00
parent 84d88ef9d7
commit def4ed3b2a
3 changed files with 240 additions and 207 deletions

View File

@@ -136,6 +136,7 @@ libjtag_la_SOURCES = \
$(ARMJTAGEWFILES)
noinst_HEADERS = \
interface.h \
minidriver.h \
bitbang.h \
jtag.h \