sysfs_power.h 125 B

1234567
  1. #ifndef __SYSFS_POWER_H__
  2. #define __SYSFS_POWER_H__
  3. int sysfs_power_init(void);
  4. void sysfs_power_exit(void);
  5. #endif