summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_debug_inst.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2006-06-02 17:20:02 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:43 +0200
commit28d1a12970507987a1e064ec1f59e73c11e65b4e (patch)
tree3222724baa46fb6f63035867b63fd273885cdecc /software/include/oct6100api/oct6100_debug_inst.h
parent55d5dda36701cda2857f38ba7d60bd40f2c5e51a (diff)
importing OCT612x-01.00-PR41
Diffstat (limited to 'software/include/oct6100api/oct6100_debug_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_debug_inst.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/software/include/oct6100api/oct6100_debug_inst.h b/software/include/oct6100api/oct6100_debug_inst.h
index f5ea3d7..71a8ea3 100644
--- a/software/include/oct6100api/oct6100_debug_inst.h
+++ b/software/include/oct6100api/oct6100_debug_inst.h
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR40 $
+$Octasic_Release: OCT612xAPI-01.00-PR41 $
-$Octasic_Revision: 9 $
+$Octasic_Revision: 10 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -116,6 +116,9 @@ typedef struct _OCT6100_API_DEBUG_
/* AF events control block size. */
UINT32 ulAfEventCbByteSize;
+ /* Current user selected data mode. Must be kept constant throughout a debug session. */
+ UINT32 ulCurrentGetDataMode;
+
} tOCT6100_API_DEBUG, *tPOCT6100_API_DEBUG;
#endif /* __OCT6100_DEBUG_INST_H__ */