blob: 0cd5f17e7eb224d3c4b2698071b266cecc84c8c4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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