summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSejun Park <sejun79.park@samsung.com>2018-08-17 18:26:31 +0900
committerSejun Park <sejun79.park@samsung.com>2018-08-17 18:26:31 +0900
commit48b10033671022f1b06376710ac4d986a340d779 (patch)
treeb75fbefb36ac53feeab7a580634ab2c40317c71e /include
parenta32a1e03387c57ce6c06ae9ca4fd976a17c9719e (diff)
downloadmm-hal-interface-48b10033671022f1b06376710ac4d986a340d779.tar.gz
mm-hal-interface-48b10033671022f1b06376710ac4d986a340d779.tar.bz2
mm-hal-interface-48b10033671022f1b06376710ac4d986a340d779.zip
Change-Id: Id51b346f07a0a72de402c4541447b1370e82a43b
Diffstat (limited to 'include')
-rw-r--r--include/codec/codec_hal_interface.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/include/codec/codec_hal_interface.h b/include/codec/codec_hal_interface.h
new file mode 100644
index 0000000..7e24112
--- /dev/null
+++ b/include/codec/codec_hal_interface.h
@@ -0,0 +1,30 @@
+/*
+ * codec_hal_interface.h
+ *
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Sejun Park <sejun79.park@samsung.com>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+