aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 19:09:39 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-13 14:06:12 +0100
commit485c40b467a25a4e376d283c7bc679b6d20caa52 (patch)
treeea34635f78820e9392a5695dbd1097b5cb5eec6b /include/uapi/drm
parentdrm/omap: add extern C guard for the UAPI header (diff)
downloadlinux-dev-485c40b467a25a4e376d283c7bc679b6d20caa52.tar.xz
linux-dev-485c40b467a25a4e376d283c7bc679b6d20caa52.zip
drm/qxl: add extern C guard for the UAPI header
Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/qxl_drm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/drm/qxl_drm.h b/include/uapi/drm/qxl_drm.h
index 826615d8e180..7eef42213051 100644
--- a/include/uapi/drm/qxl_drm.h
+++ b/include/uapi/drm/qxl_drm.h
@@ -26,6 +26,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.
*
@@ -147,4 +151,8 @@ struct drm_qxl_alloc_surf {
DRM_IOWR(DRM_COMMAND_BASE + DRM_QXL_ALLOC_SURF,\
struct drm_qxl_alloc_surf)
+#if defined(__cplusplus)
+}
+#endif
+
#endif