repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
fan.h
blob
8b3fb1f5d3ab287c3d5ff0ec91f5873218c4c528
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVBIOS_FAN_H__
3
#define __NVBIOS_FAN_H__
4
#include <subdev/bios/therm.h>
5
6
u32
nvbios_fan_parse
(
struct
nvkm_bios
*
bios
,
struct
nvbios_therm_fan
*
fan
);
7
#endif