mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 23:20:11 +01:00
13 lines
190 B
C
13 lines
190 B
C
|
|
/* 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
|
||
|
|
|