blob: 32ac1d105d1854dd26c22e9c14b424f9041efa6d [file] [log] [blame]
Valentina Manea1e940312014-03-08 14:53:19 +02001
2#ifndef __SYSFS_UTILS_H
3#define __SYSFS_UTILS_H
4
5int write_sysfs_attribute(const char *attr_path, const char *new_value,
6 size_t len);
7
8#endif