Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
955837d8f50ecc6f552aaa243f84736f2407d2c0
/
.
/
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