Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99be554c authored by Emil Velikov's avatar Emil Velikov
Browse files

drm/r128: add extern C guard for the UAPI header

parent 485c40b4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@

#include "drm.h"

#if defined(__cplusplus)
extern "C" {
#endif

/* WARNING: If you change any of these defines, make sure to change the
 * defines in the X server file (r128_sarea.h)
 */
@@ -325,4 +329,8 @@ typedef struct drm_r128_getparam {
	void __user *value;
} drm_r128_getparam_t;

#if defined(__cplusplus)
}
#endif

#endif