Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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