summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm/radeon_drm.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 19:13:24 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-13 14:06:14 +0100
commit6db26a941461cc5a544c737cf654c346b2a8da07 (patch)
treeea8944c20db25ae61ba1b70bae44ad965846ffd9 /include/uapi/drm/radeon_drm.h
parent99be554c23096ff35fb49d94df730168b1baece3 (diff)
downloadop-kernel-dev-6db26a941461cc5a544c737cf654c346b2a8da07.zip
op-kernel-dev-6db26a941461cc5a544c737cf654c346b2a8da07.tar.gz
drm/radeon: add extern C guard for the UAPI header
Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'include/uapi/drm/radeon_drm.h')
-rw-r--r--include/uapi/drm/radeon_drm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h
index ccb9bcd..490a59c 100644
--- a/include/uapi/drm/radeon_drm.h
+++ b/include/uapi/drm/radeon_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 (radeon_sarea.h)
*/
@@ -1067,4 +1071,8 @@ struct drm_radeon_info {
#define CIK_TILE_MODE_DEPTH_STENCIL_1D 5
+#if defined(__cplusplus)
+}
+#endif
+
#endif
OpenPOWER on IntegriCloud