OSDN Git Service

[Activity HAL] Separation of common macros
[android-x86/hardware-intel-libsensors.git] / transform.h
1 /*
2  * Copyright (C) 2014-2015 Intel Corporation.
3  */
4
5 #ifndef __TRANSFORM_H__
6 #define __TRANSFORM_H__
7
8 #include "common.h"
9
10 void    select_transform        (int s);
11 float   acquire_immediate_float_value   (int s, int c);
12 uint64_t acquire_immediate_uint64_value (int s, int c);
13
14 #endif
15
16
17