aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm/exynos_drm.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 18:58:35 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-13 14:02:24 +0100
commit37a96bedae42317e85dcb1a5064a3ef39ded338c (patch)
tree896be81e65bc0cf23a079efbcd3e3c062b84cbe3 /include/uapi/drm/exynos_drm.h
parentdrm/etnaviv: add extern C guard for the UAPI header (diff)
downloadlinux-dev-37a96bedae42317e85dcb1a5064a3ef39ded338c.tar.xz
linux-dev-37a96bedae42317e85dcb1a5064a3ef39ded338c.zip
drm/exynos: add extern C guard for the UAPI header
Cc: Andrzej Hajda <a.hajda@samsung.com> Cc: Inki Dae <inki.dae@samsung.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'include/uapi/drm/exynos_drm.h')
-rw-r--r--include/uapi/drm/exynos_drm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.h
index 3947c2eb8d69..cb3e9f9d029f 100644
--- a/include/uapi/drm/exynos_drm.h
+++ b/include/uapi/drm/exynos_drm.h
@@ -17,6 +17,10 @@
#include "drm.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/**
* User-desired buffer creation information structure.
*
@@ -362,4 +366,8 @@ struct drm_exynos_ipp_event {
__u32 buf_id[EXYNOS_DRM_OPS_MAX];
};
+#if defined(__cplusplus)
+}
+#endif
+
#endif /* _UAPI_EXYNOS_DRM_H_ */