Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2-rc6 8 lines 148 B view raw
1 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