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

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)