cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

fan.h (200B)


      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#endif