aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/bios/fan.h
blob: 119d0874e041c6f9856779319ebea9233cdb889b (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __NVBIOS_FAN_H__
#define __NVBIOS_FAN_H__

#include <subdev/bios/therm.h>

u16 nvbios_fan_parse(struct nouveau_bios *bios, struct nvbios_therm_fan *fan);

#endif