summaryrefslogtreecommitdiff
path: root/src/dzl_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dzl_interface.h')
-rw-r--r--src/dzl_interface.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/dzl_interface.h b/src/dzl_interface.h
new file mode 100644
index 0000000..c413cbe
--- /dev/null
+++ b/src/dzl_interface.h
@@ -0,0 +1,30 @@
+/**
+ * @file dzl_interface.h
+ * @brief API interface server
+
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * This software is the confidential and proprietary information
+ * of Samsung Electronics, Inc. ("Confidential Information"). You
+ * shall not disclose such Confidential Information and shall use
+ * it only in accordance with the terms of the license agreement
+ * you entered into with Samsung.
+ */
+
+#ifndef __DZL_INTERFACE_H__
+#define __DZL_INTERFACE_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * @fn int dzl_interface_init(void)
+ * @brief this function to init api server
+ * @return int result of fucntion
+ */
+ int dzl_interface_init(void);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* __DZL_INTERFACE_H__ */