summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/api/cm_engine.h
blob: 0f4c1e4219ec1988de9773f0554aacc968b4e2c3 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
 * Copyright (C) ST-Ericsson SA 2010
 * Author: Jean-Philippe FASSINO <jean-philippe.fassino@stericsson.com> for ST-Ericsson.
 * License terms: GNU General Public License (GPL) version 2.
 */
/*!
 * \brief CM Engine API.
 *
 * This file contains the Component Manager Engine API.
 */

/*!
 * \defgroup CM_ENGINE_MODULE CM Engine
 */
/*!
 * \defgroup CM_ENGINE_API CM Engine API
 *
 * \note This API is not for user developers, this API is only an internal API.
 *
 * \warning All parameters in out from this API means that the parameter is a reference to a data that is complete by the call.
 *
 * This API is provided by CM Engine and shall be required by driver kernel part.
 * \ingroup CM_ENGINE_MODULE
 */

#ifndef CM_ENGINE_H_
#define CM_ENGINE_H_

#include <cm/engine/api/configuration_engine.h>

#include <cm/engine/api/component_engine.h>

#include <cm/engine/api/memory_engine.h>

#include <cm/engine/api/communication_engine.h>

#include <cm/engine/api/perfmeter_engine.h>

#include <cm/engine/api/executive_engine_mgt_engine.h>

#include <cm/engine/api/repository_mgt_engine.h>

#include <cm/engine/api/domain_engine.h>

#include <cm/engine/api/migration_engine.h>

#endif /*CM_ENGINE_H_*/