aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/drm/linux/ffb.h
blob: 3691c8652294287d49708571a837ee340210689a (plain)
1
2
3
4
5
6
7
8
9
10
11
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