From 8d2d06a050b1a5de0c5139733ae5216a8a8f2632 Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Fri, 11 Sep 2009 14:38:52 +0300 Subject: importing OCT612x-01.03.00 --- software/octdeviceapi/oct6100api/oct6100_debug_priv.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_debug_priv.h') diff --git a/software/octdeviceapi/oct6100api/oct6100_debug_priv.h b/software/octdeviceapi/oct6100api/oct6100_debug_priv.h index 1fa1669..04efcdd 100644 --- a/software/octdeviceapi/oct6100api/oct6100_debug_priv.h +++ b/software/octdeviceapi/oct6100api/oct6100_debug_priv.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.02.04 $ +$Octasic_Release: OCT612xAPI-01.03.00 $ -$Octasic_Revision: 12 $ +$Octasic_Revision: 14 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -55,4 +55,18 @@ UINT32 Oct6100DebugGetDataSer( IN OUT tPOCT6100_INSTANCE_API f_pApiInstance, IN OUT tPOCT6100_DEBUG_GET_DATA f_pGetData ); +UINT32 Oct6100DebugCoreDump( + IN OUT tPOCT6100_INSTANCE_API f_pApiInstance, + IN OUT tPOCT6100_DEBUG_GET_DATA f_pGetData, + IN OUT PUINT32 f_pulUserBufWriteIndex ); + +UINT32 Oct6100DebugCoreDumpMemory( + IN OUT tPOCT6100_INSTANCE_API f_pApiInstance, + IN OUT tPOCT6100_DEBUG_GET_DATA f_pGetData, + IN OUT PUINT32 f_pulUserBufWriteIndex, + IN UINT32 f_ulMemOffsetBottom, + IN UINT32 f_ulMemOffsetTop ); + + + #endif /* __OCT6100_DEBUG_PRIV_H__ */ -- cgit v1.2.3