fan.h 91 B

1234567
  1. #ifndef __FAN_H__
  2. #define __FAN_H__
  3. int fan_init(void);
  4. void fan_exit(void);
  5. #endif