summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_critical_section.h
blob: 448da410940ca6df9a8c490fec2f9a139aecf5d2 (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
/*******************************************************************************
 * $Copyright ST-Ericsson 2011 $
 ******************************************************************************/
#ifndef _T_CRITITCAL_SECTION_H_
#define _T_CRITITCAL_SECTION_H_

/**
 * @addtogroup ldr_utilities
 * @{
 *   @addtogroup critical_section
 *   @{
 */

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "t_basicdefinitions.h"

/*******************************************************************************
 * Types, constants
 ******************************************************************************/
/** Critical Section abstract type definition */
typedef void *CriticalSection_t;

/** @} */
/** @} */
#endif /*_T_CRITITCAL_SECTION_H_*/