summaryrefslogtreecommitdiff
path: root/include/uapi/drm/mga_drm.h
diff options
context:
space:
mode:
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 fca817009..8c4337548 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