1
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
3
File: oct6100_debug_pub.h
5
Copyright (c) 2001-2007 Octasic Inc.
9
File containing all defines, macros, and structures pertaining to the file
10
oct6100_debug.c. All elements defined in this file are for public
13
This file is part of the Octasic OCT6100 GPL API . The OCT6100 GPL API is
14
free software; you can redistribute it and/or modify it under the terms of
15
the GNU General Public License as published by the Free Software Foundation;
16
either version 2 of the License, or (at your option) any later version.
18
The OCT6100 GPL API is distributed in the hope that it will be useful, but
19
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23
You should have received a copy of the GNU General Public License
24
along with the OCT6100 GPL API; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
27
$Octasic_Release: OCT612xAPI-01.00-PR49 $
29
$Octasic_Revision: 14 $
31
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
33
#ifndef __OCT6100_DEBUG_PUB_H__
34
#define __OCT6100_DEBUG_PUB_H__
36
/***************************** INCLUDE FILES *******************************/
39
/***************************** DEFINES *************************************/
42
/***************************** TYPES ***************************************/
44
typedef struct _OCT6100_DEBUG_SELECT_CHANNEL_
48
} tOCT6100_DEBUG_SELECT_CHANNEL, *tPOCT6100_DEBUG_SELECT_CHANNEL;
50
typedef struct _OCT6100_DEBUG_GET_DATA_
53
UINT32 ulGetDataContent;
54
UINT32 ulRemainingNumBytes;
55
UINT32 ulTotalNumBytes;
57
UINT32 ulValidNumBytes;
60
} tOCT6100_DEBUG_GET_DATA, *tPOCT6100_DEBUG_GET_DATA;
62
/************************** FUNCTION PROTOTYPES *****************************/
64
UINT32 Oct6100DebugSelectChannelDef(
65
OUT tPOCT6100_DEBUG_SELECT_CHANNEL f_pSelectDebugChan );
66
UINT32 Oct6100DebugSelectChannel(
67
IN OUT tPOCT6100_INSTANCE_API f_pApiInst,
68
IN OUT tPOCT6100_DEBUG_SELECT_CHANNEL f_pSelectDebugChan );
70
UINT32 Oct6100DebugGetDataDef(
71
OUT tPOCT6100_DEBUG_GET_DATA f_pGetData );
72
UINT32 Oct6100DebugGetData(
73
IN OUT tPOCT6100_INSTANCE_API f_pApiInst,
74
IN OUT tPOCT6100_DEBUG_GET_DATA f_pGetData );
76
#endif /* __OCT6100_DEBUG_PUB_H__ */