Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau...
[deliverable/linux.git] / drivers / staging / xgifb / vb_util.h
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
This page took 0.03298 seconds and 5 git commands to generate.