mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 21:48:49 +00:00
588b48caf6
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>
9 lines
148 B
C
9 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
|