Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
therm.h
Go to the documentation of this file.
1 #ifndef __NVBIOS_THERM_H__
2 #define __NVBIOS_THERM_H__
3 
4 struct nouveau_bios;
5 
9 };
10 
12  /* diode */
18 
19  /* thresholds */
24 };
25 
28 
31 };
32 
36 };
37 
38 int
40  struct nvbios_therm_sensor *);
41 
42 int
44 
45 
46 #endif