Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / perf.h
1 #ifndef __NVBIOS_PERF_H__
2 #define __NVBIOS_PERF_H__
3
4 struct nouveau_bios;
5
6 struct nvbios_perf_fan {
7 u32 pwm_divisor;
8 };
9
10 int
11 nvbios_perf_fan_parse(struct nouveau_bios *, struct nvbios_perf_fan *);
12
13
14 #endif
This page took 0.036443 seconds and 6 git commands to generate.