brintos

brintos / linux-shallow public Read only

0
0
Text · 200 B · 8b3fb1f Raw
8 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NVBIOS_FAN_H__3#define __NVBIOS_FAN_H__4#include <subdev/bios/therm.h>5 6u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);7#endif8