ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / video / sis / sis.h
1 #ifndef _SIS_H
2 #define _SIS_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