summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h')
-rw-r--r--lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h b/lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h
index 0cae719d..fcb8e778 100644
--- a/lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h
+++ b/lib/avtp_pipeline/platform/Linux/openavb_osal_pub.h
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -40,5 +41,10 @@ bool osalAVBInitialize(const char *ifname);
bool osalAVBFinalize(void);
+
+bool osalAvdeccInitialize(const char *ifname, const char **inifiles, int numfiles);
+
+bool osalAvdeccFinalize(void);
+
#endif // _OPENAVB_OSAL_PUB_H