diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
commit | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (patch) | |
tree | 5deda65b8d7b04d1f4cbc534c3206d328e1267ec /gdb/rdi-share/chandefs.h | |
parent | 1730ec6b1848f0f32154277f788fb29f88d8475b (diff) | |
download | gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.zip gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.gz gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.bz2 |
Initial creation of sourceware repository
Diffstat (limited to 'gdb/rdi-share/chandefs.h')
-rw-r--r-- | gdb/rdi-share/chandefs.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/gdb/rdi-share/chandefs.h b/gdb/rdi-share/chandefs.h deleted file mode 100644 index d97f0b5..0000000 --- a/gdb/rdi-share/chandefs.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright (C) 1995 Advanced RISC Machines Limited. All rights reserved. - * - * This software may be freely used, copied, modified, and distributed - * provided that the above copyright notice is preserved in all copies of the - * software. - */ - -/* -*-C-*- - * - * $Revision$ - * $Date$ - * - * - * Project: ANGEL - * - * Title: Enumeration with all supported channels - */ - -#ifndef angel_chandefs_h -#define angel_chandefs_h - -enum channelIDs { - CI_PRIVATE = 0, /* channels protocol control messages */ - CI_HADP, /* ADP, host originated */ - CI_TADP, /* ADP, target originated */ - CI_HBOOT, /* Boot, host originated */ - CI_TBOOT, /* Boot, target originated */ - CI_CLIB, /* Semihosting C library support */ - CI_HUDBG, /* User debug support, host originated */ - CI_TUDBG, /* User debug support, target originated */ - CI_HTDCC, /* Thumb direct comms channel, host orig. */ - CI_TTDCC, /* Thumb direct comms channel, target orig. */ - CI_TLOG, /* Target debug/logging */ - CI_NUM_CHANNELS -}; - -typedef unsigned ChannelID; - - -/* - * Size in bytes of the channel header. - * This is a duplicate of XXX in chanpriv.h, but we don't want everyone - * to have access to all of chanpriv.h, so we'll double-check in chanpriv.h. - */ -#define CHAN_HEADER_SIZE (4) - -#endif /* ndef angel_chandefs_h */ - -/* EOF chandefs.h */ |