summaryrefslogtreecommitdiff
path: root/include_protected/persistence_client_library_db_access_ll.h
blob: 5609db7f535e0524a7f250bca4c59d316a4718f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef PERSISTENCE_CLIENT_LIBRARY_DB_ACCESS_LL_H
#define PERSISTENCE_CLIENT_LIBRARY_DB_ACCESS_LL_H

/******************************************************************************
 * 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.h
 * @ingroup        Persistence client library
 * @author         Ingo Huerner
 * @brief          Header of the persistence client library database low level access.
 * @see            
 */

#ifdef __cplusplus
extern "C" {
#endif

#define  PERSIST_DATA_LL_ACCESS_INTERFACE_VERSION   (0x01000000U)

// TODO: put here low level database access function

#ifdef __cplusplus
}
#endif

#endif /* PERSISTENCY_CLIENT_LIBRARY_DB_ACCESS_LL_H */