#ifndef __FAN_H__ #define __FAN_H__ int fan_init(void); void fan_exit(void); #endif