OSDN Git Service

Bulk-extend copyright headers to 2015
[android-x86/hardware-intel-libsensors.git] / linux / cutils / properties.h
1 /*
2  * Copyright (C) 2014-2015 Intel Corporation.
3  */
4
5 #ifndef _LINUX_APROP_H
6 #define _LINUX_APROP_H
7
8 #define PROP_VALUE_MAX 92
9 #define PROP_NAME_MAX 32
10
11 static inline int property_get(const char *name, const char *val, const char *x)
12 {
13         return 0;
14 }
15
16 #endif