repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
fan.h
blob
09c1d3b9d00984ef962f45cdfe5911fcc63c6eae
1
/* SPDX-License-Identifier: GPL-2.0 */
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