voltage_sysfs.h 131 B

1234567
  1. #ifndef __VOLTAGE_SYSFS_H__
  2. #define __VOLTAGE_SYSFS_H__
  3. int voltage_sysfs_init(void);
  4. void voltage_sysfs_exit(void);
  5. #endif