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
staging
xgifb
vb_util.h
Go to the documentation of this file.
1
#ifndef _VBUTIL_
2
#define _VBUTIL_
3
extern
void
xgifb_reg_set
(
unsigned
long
,
u8
,
u8
);
4
extern
u8
xgifb_reg_get
(
unsigned
long
,
u8
);
5
extern
void
xgifb_reg_or
(
unsigned
long
,
u8
,
unsigned
);
6
extern
void
xgifb_reg_and
(
unsigned
long
,
u8
,
unsigned
);
7
extern
void
xgifb_reg_and_or
(
unsigned
long
,
u8
,
unsigned
,
unsigned
);
8
#endif
9
Generated on Thu Jan 10 2013 14:32:58 for Linux Kernel by
1.8.2