summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/api/configuration_engine.h
blob: 0336f62265ea3588641856dd4b84e9b4588c94ea (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) 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 Configuration Component Manager User Engine API.
 *
 * This file contains the Configuration CM Engine API for manipulating CM.
 *
 */

#ifndef CONFIGURATION_ENGINE_H
#define CONFIGURATION_ENGINE_H

#include <cm/engine/configuration/inc/configuration_type.h>

/*!
 * \brief Dynamically set some debug parameters of the CM
 *
 * \param[in] aCmdID The command for the parameter to update
 * \param[in] aParam The actual value to set for the given command
 *
 * \ingroup CM_ENGINE_API
 */
PUBLIC IMPORT_SHARED t_cm_error CM_ENGINE_SetMode(t_cm_cmd_id aCmdID, t_sint32 aParam);

#endif /* CONFIGURATION_ENGINE_H */