Sign in
android
/
kernel
/
common
/
refs/heads/deprecated/android-4.9-p
/
.
/
tools
/
usb
/
usbip
/
libsrc
/
sysfs_utils.h
blob: 32ac1d105d1854dd26c22e9c14b424f9041efa6d [
file
] [
log
] [
blame
] [
edit
]
#ifndef
__SYSFS_UTILS_H
#define
__SYSFS_UTILS_H
int
write_sysfs_attribute
(
const
char
*
attr_path
,
const
char
*
new_value
,
size_t
len
);
#endif