1 /* $NetBSD: fan.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $ */ 2 3 /* SPDX-License-Identifier: MIT */ 4 #ifndef __NVBIOS_FAN_H__ 5 #define __NVBIOS_FAN_H__ 6 #include <subdev/bios/therm.h> 7 8 u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan); 9 #endif 10