summaryrefslogtreecommitdiff
path: root/lcmodule/source/legacy_compatibility/c_system.h
blob: fe65751897302b03e9c97986e67fc343b2e531a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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