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

Commit b1c1f5c4 authored by Emil Velikov's avatar Emil Velikov
Browse files

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



Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Acked-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent 79e7328d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@

#include "drm.h"

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

/* Please note that modifications to all structs defined here are
 * subject to backwards-compatibility constraints.
 */
@@ -1170,4 +1174,8 @@ struct drm_i915_gem_context_param {
	__u64 value;
};

#if defined(__cplusplus)
}
#endif

#endif /* _UAPI_I915_DRM_H_ */