diff options
Diffstat (limited to 'nx-X11/extras/drm/linux/ffb.h')
-rw-r--r-- | nx-X11/extras/drm/linux/ffb.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nx-X11/extras/drm/linux/ffb.h b/nx-X11/extras/drm/linux/ffb.h new file mode 100644 index 000000000..3691c8652 --- /dev/null +++ b/nx-X11/extras/drm/linux/ffb.h @@ -0,0 +1,12 @@ +/* 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 + +#endif + |