Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / perf.h
CommitLineData
d46497dc
MP
1#ifndef __NVBIOS_PERF_H__
2#define __NVBIOS_PERF_H__
3
4struct nouveau_bios;
5
6struct nvbios_perf_fan {
7 u32 pwm_divisor;
8};
9
10int
11nvbios_perf_fan_parse(struct nouveau_bios *, struct nvbios_perf_fan *);
12
13
14#endif
This page took 0.035643 seconds and 5 git commands to generate.