aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interfaces.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-02-02 15:13:13 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-06 10:57:27 +0000
commit38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9 (patch)
tree03b5771ef1377d3379b53075f09803f6f2878a09 /src/jtag/interfaces.h
parent3da783f62854fd5e6dcde5a465680b067c4e630c (diff)
downloadriscv-openocd-38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9.zip
riscv-openocd-38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9.tar.gz
riscv-openocd-38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9.tar.bz2
build: cleanup src/jtag directory
Change-Id: I7caf57ca3d9dfbe152504472a6bb26c2a28b92e8 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/423 Tested-by: jenkins
Diffstat (limited to 'src/jtag/interfaces.h')
-rw-r--r--src/jtag/interfaces.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h
index 018a361..a86cccd 100644
--- a/src/jtag/interfaces.h
+++ b/src/jtag/interfaces.h
@@ -27,6 +27,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifndef OPENOCD_JTAG_INTERFACES_H
#define OPENOCD_JTAG_INTERFACES_H
@@ -37,9 +38,9 @@
#include <jtag/interface.h>
-/// Dynamically load all JTAG interface modules from specified directory.
+/** Dynamically load all JTAG interface modules from specified directory. */
void jtag_interface_modules_load(const char *path);
extern struct jtag_interface *jtag_interfaces[];
-#endif // OPENOCD_JTAG_INTERFACES_H
+#endif /* OPENOCD_JTAG_INTERFACES_H */