brintos

brintos / linux-shallow public Read only

0
0
Text · 187 B · 0cd5f17 Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef __SYSFS_UTILS_H4#define __SYSFS_UTILS_H5 6int write_sysfs_attribute(const char *attr_path, const char *new_value,7			  size_t len);8 9#endif10