aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI.h
blob: 87803dd032de108e40bcb6ad80ab31f326cf6e44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _XGI_H
#define _XGI_H

#if 1
#define TWDEBUG(x)
#else
#define TWDEBUG(x) printk(KERN_INFO x "\n");
#endif

#endif