summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/repository_mgt/inc/repository_type.h
blob: 30ef8004c489fd18d829f1e8ba913d293fc8dea3 (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
/*
 * 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