patch-2.4.8 linux/drivers/char/drm/ffb.h
Next file: linux/drivers/char/drm/ffb_context.c
Previous file: linux/drivers/char/drm/drm_vm.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Aug 8 09:42:14 2001
- Orig file:
v2.4.7/linux/drivers/char/drm/ffb.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.7/linux/drivers/char/drm/ffb.h linux/drivers/char/drm/ffb.h
@@ -0,0 +1,15 @@
+/* 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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)