summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-11 17:49:41 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-11 17:49:41 +0000
commitec0f06db114d1cc9d1d59acd8f4e3b32414d5b8e (patch)
tree23644c757a85534a5daa6ce21b44c766321fba5d /src/jtag/jtag.h
parentca1e5ee1f4236e2e384397bf6211ce56a1f687f5 (diff)
downloadopenocd+libswd-ec0f06db114d1cc9d1d59acd8f4e3b32414d5b8e.tar.gz
openocd+libswd-ec0f06db114d1cc9d1d59acd8f4e3b32414d5b8e.tar.bz2
openocd+libswd-ec0f06db114d1cc9d1d59acd8f4e3b32414d5b8e.tar.xz
openocd+libswd-ec0f06db114d1cc9d1d59acd8f4e3b32414d5b8e.zip
- added support for FreeBSD ppi (parallel port access similar to /dev/parport on linux) (thanks to Darius for this patch)
- unified 'ftd2xx' and 'ftdi2232' into a single interface 'ft2232'. The library used to access the hardware is choosen during configure with --enable-ft2232_ftd2xx or --enable-ft2232-libftdi. git-svn-id: svn://svn.berlios.de/openocd/trunk@83 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index f7630a5e..0d71301f 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -270,4 +270,5 @@ extern int jtag_register_event_callback(int (*callback)(enum jtag_event event, v
#define ERROR_JTAG_QUEUE_FAILED (-104)
#define ERROR_JTAG_RESET_WOULD_ASSERT_TRST (-105)
#define ERROR_JTAG_RESET_CANT_SRST (-106)
+#define ERROR_JTAG_DEVICE_ERROR (-107)
#endif /* JTAG_H */