Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
init.h
Go to the documentation of this file.
1 #ifndef __NVBIOS_INIT_H__
2 #define __NVBIOS_INIT_H__
3 
4 struct nvbios_init {
6  struct nouveau_bios *bios;
8  struct dcb_output *outp;
9  int crtc;
10 
11  /* internal state used during parsing */
16 };
17 
18 int nvbios_exec(struct nvbios_init *);
19 int nvbios_init(struct nouveau_subdev *, bool execute);
20 
21 #endif