Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
gpu
drm
nouveau
core
include
subdev
bios
bit.h
Go to the documentation of this file.
1
#ifndef __NVBIOS_BIT_H__
2
#define __NVBIOS_BIT_H__
3
4
struct
bit_entry
{
5
u8
id
;
6
u8
version
;
7
u16
length
;
8
u16
offset
;
9
};
10
11
int
bit_entry
(
struct
nouveau_bios
*,
u8
id
,
struct
bit_entry
*);
12
13
#endif
Generated on Thu Jan 10 2013 13:32:42 for Linux Kernel by
1.8.2