#ifndef __FAN_MOTOR_CTR_H__ #define __FAN_MOTOR_CTR_H__ #include "FU68xx_5_Type.h" typedef struct { uint16 FENJIPINLV; uint16 FENJIPINLV2; } FENGFG; extern FENGFG xdata Fengji_FG; extern void FengJi_speed_control(int16 FanSpeed); extern uint16 FengJi_SpeedGet2(); #endif