From 0db98cde8dfe99261e87d772e6b1d52dda3c67e6 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 27 Sep 2011 18:07:07 +0200 Subject: Offline trace memory partly implemented. --- include/dlt/dlt_shm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/dlt/dlt_shm.h') 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 */ -- cgit v1.2.1