fan.h 204 B

1234567
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __NVBIOS_FAN_H__
  3. #define __NVBIOS_FAN_H__
  4. #include <subdev/bios/therm.h>
  5. u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
  6. #endif