sysfs_utils.h 187 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __SYSFS_UTILS_H
  3. #define __SYSFS_UTILS_H
  4. int write_sysfs_attribute(const char *attr_path, const char *new_value,
  5. size_t len);
  6. #endif