Sign in
android-kvm
/
linux
/
11175886daa6b31dfc713b6664215405de9ea1c7
/
.
/
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