summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/ee/api/trace.idt
blob: f4d4c8615e2de85955a3b731e70fe51002996f0f (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
29
30
/*
 * 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.
 */
/*!
 * \defgroup NMF_EE_TYPE Execution Engine Common Type Definitions
 * \ingroup COMMON
 */

#ifndef __INC_TRACE_IDT
#define __INC_TRACE_IDT

struct t_nmf_trace
{
    t_uint32 revision;
    t_uint32 timeStamp;
    t_uint32 componentId;
    t_uint32 traceId;
    t_uint32 paramOpt;
    t_uint32 componentHandle;
    t_uint32 parentHandle;
    t_uint32 params[4];
};

#define TRACE_BUFFER_SIZE                          128

#endif