aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm/mga_drm.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 19:01:39 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-13 14:06:07 +0100
commitc56e046f17a40571cf2bddd0edaeafa769ffba9a (patch)
tree5c295b366e09494b17348769a363a78abeec0703 /include/uapi/drm/mga_drm.h
parentdrm/i915: add extern C guard for the UAPI header (diff)
downloadlinux-dev-c56e046f17a40571cf2bddd0edaeafa769ffba9a.tar.xz
linux-dev-c56e046f17a40571cf2bddd0edaeafa769ffba9a.zip
drm/mga: add extern C guard for the UAPI header
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'include/uapi/drm/mga_drm.h')
-rw-r--r--include/uapi/drm/mga_drm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/drm/mga_drm.h b/include/uapi/drm/mga_drm.h
index fca817009e13..8c4337548ab5 100644
--- a/include/uapi/drm/mga_drm.h
+++ b/include/uapi/drm/mga_drm.h
@@ -37,6 +37,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 Xserver file (mga_sarea.h)
*/
@@ -416,4 +420,8 @@ typedef struct drm_mga_getparam {
void __user *value;
} drm_mga_getparam_t;
+#if defined(__cplusplus)
+}
+#endif
+
#endif