Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVBIOS_FAN_H__
0003 #define __NVBIOS_FAN_H__
0004 #include <subdev/bios/therm.h>
0005 
0006 u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
0007 #endif