summaryrefslogtreecommitdiff
path: root/mobicore/common/MobiCore/inc/DrApi/DrApi.h
blob: 9ae1187736840756ecd26c8895ebc4acd38f96c4 (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
/*
 * Copyright (c) 2013 TRUSTONIC LIMITED
 * All rights reserved
 *
 * The present software is the confidential and proprietary information of
 * TRUSTONIC LIMITED. You shall not disclose the present software and shall
 * use it only in accordance with the terms of the license agreement you
 * entered into with TRUSTONIC LIMITED. This software may be subject to
 * export or import laws in certain countries.
 */

#ifndef __DRAPI_H__
#define __DRAPI_H__

#if defined(DRIVER)
#include "drStd.h"
#endif
#include "DrApi/version.h"
#include "DrApi/DrApiError.h"
#include "DrApi/DrApiMcSystem.h"
#include "DrApi/DrApiMm.h"
#include "DrApi/DrApiThread.h"
#include "DrApi/DrApiLogging.h"
#include "DrApi/DrApiHeap.h"
#include "DrApi/DrApiFastCall.h"
#include "DrApi/DrApiTime.h"

#endif // __DRAPI_H__