summaryrefslogtreecommitdiff
path: root/include/linux/m4sensorhub/MemMapGyroSensor.h
blob: af2f46574cd72e5ddf091b40971d1746626790b9 (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
/*********************************************************************
*
*   Copyright (C) 2012 Motorola, Inc.
*
**********************************************************************

File    : MemMapGyroSensor.h
Purpose :
**********************************************************************/
#ifndef __MEMMAP_GYROSENSOR_H__
#define __MEMMAP_GYROSENSOR_H__
/****************************** Defines *******************************/
typedef struct memMapGyro {
	u8 version;
	u8 testCmd;
	u16 dummy; /* Align to 32-bit boundary */
	s32 x;
	s32 y;
	s32 z;
} sGyroData;

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


/***************************** Prototypes *****************************/



#endif /* __MEMMAP_GYROSENSOR_H__*/