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
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#ifndef OPENOCD_JTAG_INTERFACE_H
|
||||
#define OPENOCD_JTAG_INTERFACE_H
|
||||
|
||||
#include "jtag.h"
|
||||
|
||||
/* @file
|
||||
* The "Cable Helper API" is what the cable drivers can use to help
|
||||
* implement their "Cable API". So a Cable Helper API is a set of
|
||||
|
||||
Reference in New Issue
Block a user