aboutsummaryrefslogtreecommitdiff
path: root/gdb/ocd.h
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1997-08-07 20:40:18 +0000
committerGeoffrey Noer <noer@cygnus>1997-08-07 20:40:18 +0000
commitb622687f77a03a82a5243c83a6ea8914552cb734 (patch)
tree7d1c732c5ca1cb5c13af19e376cfd2c05d596e22 /gdb/ocd.h
parent706eff3f9df3cb29608b7ba465b15b3dbbe0b964 (diff)
downloadfsf-binutils-gdb-b622687f77a03a82a5243c83a6ea8914552cb734.zip
fsf-binutils-gdb-b622687f77a03a82a5243c83a6ea8914552cb734.tar.gz
fsf-binutils-gdb-b622687f77a03a82a5243c83a6ea8914552cb734.tar.bz2
Thu Aug 7 13:39:31 1997 Geoffrey Noer <noer@cygnus.com>
* ocd.h: add OCD_SET_CONNECTION
Diffstat (limited to 'gdb/ocd.h')
-rw-r--r--gdb/ocd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ocd.h b/gdb/ocd.h
index d0980a9..1e13f18 100644
--- a/gdb/ocd.h
+++ b/gdb/ocd.h
@@ -69,6 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define OCD_ENTER_MON 0x94 /* Enter the flash programming monitor */
#define OCD_SET_STATUS 0x0a /* Set status */
+#define OCD_SET_CONNECTION 0xf0 /* Set connection (init Wigglers.dll) */
#define OCD_FLAG_STOP 0x0 /* Stop the target, enter BDM */
#define OCD_FLAG_START 0x01 /* Start the target at PC */
#define OCD_FLAG_RETURN_STATUS 0x04 /* Return async status */