|
|
| File: [Development] / linux-2.6-xfs / drivers / char / drm / Attic / ffb.h (download)
Revision 1.2, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Merge up to 2.6.7, and upgrade kdb at the same time. |
/* 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