temperature_sysfs.h 151 B

12345678
  1. #ifndef __TEMPERATURE_SYSFS_H__
  2. #define __TEMPERATURE_SYSFS_H__
  3. int temperature_sysfs_init(void);
  4. void temperature_sysfs_exit(void);
  5. #endif