summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_debug_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_debug_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_debug_priv.h18
1 files changed, 16 insertions, 2 deletions
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__ */