summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/inc/cm.h
blob: 37ccb36a5ee40a96976c37b3ad8fe3255ccfc05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (C) ST-Ericsson SA 2010. All rights reserved.
 * This code is ST-Ericsson proprietary and confidential.
 * Any use of the code for whatever purpose is subject to
 * specific written permission of ST-Ericsson SA.
 */
 
#ifndef __INC_CM_H
#define __INC_CM_H

#include <cm/inc/cm_def.h>

/********************************************************************************/
/*       Component Manager API prototypes                                       */
/********************************************************************************/

/*
 * User level wrapper
 */
#include <cm/proxy/api/cm_proxy.h>

#endif /* __INC_CM_H */