]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / bios / fan.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
288c17bd
MP
2#ifndef __NVBIOS_FAN_H__
3#define __NVBIOS_FAN_H__
288c17bd
MP
4#include <subdev/bios/therm.h>
5
4a8daacf 6u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
288c17bd 7#endif