summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/nmf/inc/component_type.h
blob: 26217554158d10995eb52fddd5beb8a61e8fdbc0 (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 Common Nomadik Multiprocessing Framework type definition
 *
 * This file contains the shared between cm and ee type definitions used into NMF for callback.
 */
#ifndef __INC_COMPONENT_TYPE_H
#define __INC_COMPONENT_TYPE_H

#include <inc/typedef.h>

/*!
 * \brief Identifier of a component instance handle
 *
 * \ingroup NMF_COMMON
 */
typedef t_nmf_component_handle t_cm_instance_handle;

#endif