summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/LinuxApiWrappers.h
blob: b89e42f7022afa0d84884c0a8ed30b91dc633450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*******************************************************************************
 * 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"
#include "String_s.h"

#endif /* _LINUXAPIWRAPPERS_H */