OSDN Git Service

STPK-1429 Select sample transformation depending on a property
[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
12 #endif
13
14
15