summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/repository_mgt/inc/repository_type.h
blob: 59abc2692369cc0a92e0d2233c0b90cc192ebe28 (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
/*
 * 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, with
 * user space exemption described in the top-level COPYING file in
 * the Linux kernel source tree.
 */
 
/*!
 * \brief Components Component Manager API type.
 *
 * \defgroup COMPONENT CM Components API
 * \ingroup CM_USER_API
 */

#ifndef REPOSITORY_TYPE_H_
#define REPOSITORY_TYPE_H_

typedef enum
{
    BIND_ASYNC,
    BIND_TRACE,
    BIND_FROMUSER,
    BIND_TOUSER
} t_action_to_do;

#endif