summaryrefslogtreecommitdiff
path: root/linux/ffb.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ffb.h')
-rw-r--r--linux/ffb.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/ffb.h b/linux/ffb.h
new file mode 100644
index 00000000..af35783b
--- /dev/null
+++ b/linux/ffb.h
@@ -0,0 +1,16 @@
+/* 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
+