Linux Audio

Check our new training course

Loading...
v4.10.11
 
1
2#ifndef __SYSFS_UTILS_H
3#define __SYSFS_UTILS_H
4
5int write_sysfs_attribute(const char *attr_path, const char *new_value,
6			  size_t len);
7
8#endif
v5.4
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef __SYSFS_UTILS_H
4#define __SYSFS_UTILS_H
5
6int write_sysfs_attribute(const char *attr_path, const char *new_value,
7			  size_t len);
8
9#endif