diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dlt/dlt_shm.h | 5 | ||||
-rwxr-xr-x | include/dlt/dlt_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h index 5b7d335..c12a43a 100644 --- a/include/dlt/dlt_shm.h +++ b/include/dlt/dlt_shm.h @@ -65,6 +65,9 @@ ** aw Alexander Wenzel BMW ** *******************************************************************************/ +#ifndef DLT_SHM_H +#define DLT_SHM_H + #define DLT_SHM_KEY 11771 #define DLT_SHM_SIZE 100000 #define DLT_SHM_SEM 22771 @@ -94,3 +97,5 @@ extern void dlt_shm_status(DltShm *buf); extern int dlt_shm_free_client(DltShm *buf); extern int dlt_shm_free_server(DltShm *buf); + +#endif /* DLT_SHM_H */ diff --git a/include/dlt/dlt_version.h b/include/dlt/dlt_version.h index 05c62c7..30152fd 100755 --- a/include/dlt/dlt_version.h +++ b/include/dlt/dlt_version.h @@ -7,6 +7,6 @@ #define PACKAGE_MAJOR_VERSION "2" #define PACKAGE_MINOR_VERSION "3" #define PACKAGE_PATCH_LEVEL "0" -#define PACKAGE_REVISION "v2.3.0-13-gd28ed93" +#define PACKAGE_REVISION "v2.3.0-20-g9e988e6" #endif |