summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/share/communication/inc/communication_fifo.h
blob: ea24e82ceaefde1bc18192bd2466113184306dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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_NMF_COM_FIFO
#define __INC_NMF_COM_FIFO

#include <inc/typedef.h>

#define EVENT_ELEM_METHOD_IDX       0
#define EVENT_ELEM_PARAM_IDX        1
#define EVENT_ELEM_EXTFIELD_IDX     2

#define EVENT_ELEM_SIZE_IN_BYTE     (3 * sizeof(t_shared_field))

#endif /* __INC_NMF_COM_FIFO */