OSDN Git Service

STPK-1429 Move immediate values acquisition to transform.c
[android-x86/hardware-intel-libsensors.git] / transform.h
1 /*
2  * Copyright (C) 2014 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_value (int s, int c);
12
13 #endif
14
15
16