162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __SYSFS_UTILS_H 462306a36Sopenharmony_ci#define __SYSFS_UTILS_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciint write_sysfs_attribute(const char *attr_path, const char *new_value, 762306a36Sopenharmony_ci size_t len); 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif 10