summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/LinuxApiWrappers.h
blob: b63b84067ed7f296fd3102063fa8096cc81e635c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/

#ifndef _LINUXAPIWRAPPERS_H
#define _LINUXAPIWRAPPERS_H

#include "Types.h"
#include "CCriticalSection.h"
#include "CEventObject.h"
#include "CSemaphore.h"
#include "CSemaphoreQueue.h"
#include "CThreadWrapper.h"
#include "CWaitableObject.h"
#include "CWaitableObjectCollection.h"
#include "OS.h"

#endif /* _LINUXAPIWRAPPERS_H */