diff options
author | Dave Airlie <airlied@linux.ie> | 2004-04-22 11:31:55 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-04-22 11:31:55 +0000 |
commit | 87812e82f45d5ca81fd0603d6bd54854831c9174 (patch) | |
tree | bbae0704f28a6c08267bc8e2cea06c4716468f71 /linux/ffb.h | |
parent | 0edc2abf8414f6fa414aa4071f4fa9ccbee186a7 (diff) |
add sparc ffb files from kernel just to keep things in sync
Diffstat (limited to 'linux/ffb.h')
-rw-r--r-- | linux/ffb.h | 16 |
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 + |