xref: /linux/tools/usb/usbip/libsrc/sysfs_utils.h (revision d5dbb2e8ce6e19a56d14ed24a8e10c3fed5375b4)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __SYSFS_UTILS_H
4 #define __SYSFS_UTILS_H
5 
6 int write_sysfs_attribute(const char *attr_path, const char *new_value,
7 			  size_t len);
8 
9 #endif
10