summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_shm.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 18:07:07 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 18:07:07 +0200
commit0db98cde8dfe99261e87d772e6b1d52dda3c67e6 (patch)
tree5931b7123dd0cd1da4688f1538289c8920c5f16b /include/dlt/dlt_shm.h
parent9e988e62b4a4c88621f34e053c3ab8567d8c299a (diff)
downloadDLT-daemon-0db98cde8dfe99261e87d772e6b1d52dda3c67e6.tar.gz
Offline trace memory partly implemented.
Diffstat (limited to 'include/dlt/dlt_shm.h')
-rw-r--r--include/dlt/dlt_shm.h5
1 files changed, 5 insertions, 0 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 */