summaryrefslogtreecommitdiff
path: root/lcmodule/source/legacy_compatibility/c_system_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/legacy_compatibility/c_system_v2.h')
-rw-r--r--lcmodule/source/legacy_compatibility/c_system_v2.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/lcmodule/source/legacy_compatibility/c_system_v2.h b/lcmodule/source/legacy_compatibility/c_system_v2.h
new file mode 100644
index 0000000..0b708bf
--- /dev/null
+++ b/lcmodule/source/legacy_compatibility/c_system_v2.h
@@ -0,0 +1,27 @@
+#ifndef INCLUSION_GUARD_C_SYSTEM_V2_H
+#define INCLUSION_GUARD_C_SYSTEM_V2_H
+
+/*************************************************************************
+$Copyright Ericsson AB 2008 $
+**************************************************************************
+*
+* 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"
+
+/*************************************************************************
+* Types, constants and external variables
+*************************************************************************/
+
+
+
+#endif // INCLUSION_GUARD_C_SYSTEM_V2_H