fan.h 165 B

123456
  1. #ifndef __NVBIOS_FAN_H__
  2. #define __NVBIOS_FAN_H__
  3. #include <subdev/bios/therm.h>
  4. u16 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
  5. #endif