
Move sensor enums that are used by user mode to uapi file for a synchronus operation. Currently, user mode and kernel maintains two separate copies of the same structure, so making a change in these structure is error prone, since there is no synchronization. CRs-Fixed: 2894834 Change-Id: I3f413d03d7981ed3c886e684b11421cae7a39fca Signed-off-by: Jigar Agrawal <jigar@codeaurora.org>