mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-03 13:04:01 +00:00
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
148 B
C
8 lines
148 B
C
|
|
#ifndef __SYSFS_UTILS_H
|
|
#define __SYSFS_UTILS_H
|
|
|
|
int write_sysfs_attribute(const char *attr_path, const char *new_value,
|
|
size_t len);
|
|
|
|
#endif
|