summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_db_access_ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/persistence_client_library_db_access_ll.c')
-rw-r--r--src/persistence_client_library_db_access_ll.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/persistence_client_library_db_access_ll.c b/src/persistence_client_library_db_access_ll.c
new file mode 100644
index 0000000..4452902
--- /dev/null
+++ b/src/persistence_client_library_db_access_ll.c
@@ -0,0 +1,29 @@
+/******************************************************************************
+ * Project Persistency
+ * (c) copyright 2012
+ * Company XS Embedded GmbH
+ *****************************************************************************/
+/******************************************************************************
+ * This Source Code Form is subject to the terms of the
+ * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
+ * with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+******************************************************************************/
+ /**
+ * @file persistence_client_library_data_access_ll.c
+ * @ingroup Persistence client library
+ * @author Ingo Huerner
+ * @brief Implementation of persistence database low level access
+ * @see
+ */
+
+#include "../include_protected/persistence_client_library_db_access_ll.h"
+
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+// TODO: put here low level database access function
+
+
+
+