18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci#ifndef __SYSFS_UTILS_H 48c2ecf20Sopenharmony_ci#define __SYSFS_UTILS_H 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciint write_sysfs_attribute(const char *attr_path, const char *new_value, 78c2ecf20Sopenharmony_ci size_t len); 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif 10