Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
extdev.h
Go to the documentation of this file.
1 #ifndef __NVBIOS_EXTDEV_H__
2 #define __NVBIOS_EXTDEV_H__
3 
4 struct nouveau_bios;
5 
10  NVBIOS_EXTDEV_VT1105M = 0x42, /* or close enough... */
11  NVBIOS_EXTDEV_ADT7473 = 0x70, /* can also be a LM64 */
14 };
15 
20 };
21 
22 int
23 nvbios_extdev_parse(struct nouveau_bios *, int, struct nvbios_extdev_func *);
24 
25 int
27  struct nvbios_extdev_func *);
28 
29 
30 #endif