summaryrefslogtreecommitdiff
path: root/source/LCM/include/c_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/c_system.h')
-rw-r--r--source/LCM/include/c_system.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/source/LCM/include/c_system.h b/source/LCM/include/c_system.h
new file mode 100644
index 0000000..0b058ec
--- /dev/null
+++ b/source/LCM/include/c_system.h
@@ -0,0 +1,34 @@
+#ifndef INCLUSION_GUARD_C_SYSTEM_H
+#define INCLUSION_GUARD_C_SYSTEM_H
+
+/*************************************************************************
+ * Copyright (C) ST-Ericsson SA 2011
+ * License terms: 3-clause BSD license
+**************************************************************************
+*
+* DESCRIPTION:
+*
+* System configuration include file. This file must be the first
+* file included by every source (*.c) file in the system
+*
+*************************************************************************/
+
+/*************************************************************************
+* Includes
+*************************************************************************/
+
+#include "c_compiler.h"
+
+//#include "product.h"
+
+/*************************************************************************
+* Types, constants and external variables
+*************************************************************************/
+
+
+
+#endif // INCLUSION_GUARD_C_SYSTEM_H
+
+
+
+