summaryrefslogtreecommitdiff
path: root/src/dzl_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dzl_device.h')
-rw-r--r--src/dzl_device.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/dzl_device.h b/src/dzl_device.h
new file mode 100644
index 0000000..e136bf3
--- /dev/null
+++ b/src/dzl_device.h
@@ -0,0 +1,16 @@
+/**
+ * @file dzl_device.h
+ * @brief Implemention of getting system info and system functionalities
+
+ * 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_DEVICE_H__
+#define __DZL_DEVICE_H__
+
+#endif /* __DZL_DEVICE_H__ */