staging: Add framebuffer driver for XGI chipsets
[deliverable/linux.git] / drivers / staging / xgifb / XGI.h
1 #ifndef _XGI_H
2 #define _XGI_H
3
4 #if 1
5 #define TWDEBUG(x)
6 #else
7 #define TWDEBUG(x) printk(KERN_INFO x "\n");
8 #endif
9
10 #endif
This page took 0.035732 seconds and 5 git commands to generate.