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