patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / char / drm / ffb.h
1 /* ffb.h -- ffb DRM template customization -*- linux-c -*-
2  */
3
4 #ifndef __FFB_H__
5 #define __FFB_H__
6
7 /* This remains constant for all DRM template files.
8  */
9 #define DRM(x) ffb_##x
10
11 /* General customization:
12  */
13 #define __HAVE_KERNEL_CTX_SWITCH        1
14 #define __HAVE_RELEASE                  1
15 #endif
16