xref: /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h (revision 15a1fbdcfb519c2bd291ed01c6c94e0b89537a77)
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_FAN_H__
3 #define __NVBIOS_FAN_H__
4 #include <subdev/bios/therm.h>
5 
6 u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
7 #endif
8