mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 23:26:44 +07: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
|