summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_critical_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_critical_section.h')
-rwxr-xr-xsource/LCM/include/t_critical_section.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/source/LCM/include/t_critical_section.h b/source/LCM/include/t_critical_section.h
new file mode 100755
index 0000000..17e4ff7
--- /dev/null
+++ b/source/LCM/include/t_critical_section.h
@@ -0,0 +1,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_*/