Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / drivers / staging / xgifb / vb_util.h
blob9161de1d37ddbde59629cd35687c5c3526fc34f7
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