blob: 32ac1d105d1854dd26c22e9c14b424f9041efa6d [file] [log] [blame]
#ifndef __SYSFS_UTILS_H
#define __SYSFS_UTILS_H
int write_sysfs_attribute(const char *attr_path, const char *new_value,
size_t len);
#endif