[PATCH 15/24] drm/r128: add extern C guard for the UAPI header
Emil Velikov
emil.l.velikov at gmail.com
Thu Apr 21 20:17:28 UTC 2016
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
include/uapi/drm/r128_drm.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/uapi/drm/r128_drm.h b/include/uapi/drm/r128_drm.h
index 7a44c65..690e9c6 100644
--- a/include/uapi/drm/r128_drm.h
+++ b/include/uapi/drm/r128_drm.h
@@ -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
--
2.6.2
More information about the dri-devel
mailing list