Sign in
nest-open-source
/
nest-learning-thermostat
/
6.1
/
linux-imx-ul
/
1d24696b2603c7a8111bf3562801ad3cc0fcf653
/
.
/
tools
/
usb
/
usbip
/
libsrc
/
sysfs_utils.h
blob: 32ac1d105d1854dd26c22e9c14b424f9041efa6d [
file
] [
log
] [
blame
]
#ifndef
__SYSFS_UTILS_H
#define
__SYSFS_UTILS_H
int
write_sysfs_attribute
(
const
char
*
attr_path
,
const
char
*
new_value
,
size_t
len
);
#endif