summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2010-07-16 16:25:26 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:11:22 +0200
commit9e764fa01379cc515831e4353eade0b1cf53c8bf (patch)
tree23c34b79a6ffb046eef7cca704978d220ab7ce80 /software/octdeviceapi/oct6100api/oct6100_channel_priv.h
parent7d344854228f44259f71de172f24f9a8b07f7c0d (diff)
importing OCT612x-01.04.01
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_channel_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_channel_priv.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h b/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
index 0a3a6ba..e5ad221 100644
--- a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
+++ b/software/octdeviceapi/oct6100api/oct6100_channel_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.03.05 $
+$Octasic_Release: OCT612xAPI-01.04.01 $
-$Octasic_Revision: 64 $
+$Octasic_Revision: 65 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -465,6 +465,17 @@ UINT32 Oct6100ApiWriteDebugChanMemory(
UINT32 Oct6100ApiDebugChannelOpen(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance );
+UINT32 Oct6100ApiDebugChannelClose(
+ IN OUT tPOCT6100_INSTANCE_API f_pApiInstance );
+
+UINT32 Oct6100ApiEnableChannelRecordingSer(
+ IN tPOCT6100_INSTANCE_API f_pApiInstance,
+ IN OUT tPOCT6100_ENABLE_CHANNEL_RECORDING f_pChannelRecord );
+
+UINT32 Oct6100ApiDisableChannelRecordingSer(
+ IN tPOCT6100_INSTANCE_API f_pApiInstance,
+ IN OUT tPOCT6100_DISABLE_CHANNEL_RECORDING f_pChannelRecord );
+
UINT32 Oct6100ApiMutePorts(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usEchoIndex,