#ifndef __TEMPERATURE_SYSFS_H__ #define __TEMPERATURE_SYSFS_H__ int temperature_sysfs_init(void); void temperature_sysfs_exit(void); #endif