xref: /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h (revision e0bf6c5ca2d3281f231c5f0c9bf145e9513644de)
1 #ifndef __NVBIOS_FAN_H__
2 #define __NVBIOS_FAN_H__
3 #include <subdev/bios/therm.h>
4 
5 u16 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
6 #endif
7