|
|
| File: [Development] / linux-2.6-xfs / drivers / char / drm / Attic / ffb.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
/* ffb.h -- ffb DRM template customization -*- linux-c -*- */ #ifndef __FFB_H__ #define __FFB_H__ /* This remains constant for all DRM template files. */ #define DRM(x) ffb_##x /* General customization: */ #define __HAVE_KERNEL_CTX_SWITCH 1 #define __HAVE_RELEASE 1 #endif