summaryrefslogtreecommitdiff
path: root/include/linux/m4sensorhub/MemMapPassive.h
blob: 3d2c016b1ed62b23af086d5be44a612e5216b409 (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) 2012 Motorola, Inc.
*
**********************************************************************

File    : MemMapPassive.h
Purpose :
**********************************************************************/
#ifndef __MEMMAP_PASSIVE_H__
#define __MEMMAP_PASSIVE_H__
/********************************** Defines **************************/

#define MAX_PASSIVE_BUFFERS 12

typedef struct memMapPassive {
	u32 timestamp[MAX_PASSIVE_BUFFERS];
	u32 steps[MAX_PASSIVE_BUFFERS];
	u32 mets[MAX_PASSIVE_BUFFERS];
	u32 floorsClimbed[MAX_PASSIVE_BUFFERS];
} sPassive;

/********************************** Globals ***************************/

/********************************** Prototypes ************************/
#endif