diff options
| author | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-07 13:58:35 -0400 |
|---|---|---|
| committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-13 09:02:24 -0400 |
| commit | 37a96bedae42317e85dcb1a5064a3ef39ded338c (patch) | |
| tree | 896be81e65bc0cf23a079efbcd3e3c062b84cbe3 /include/uapi/drm | |
| parent | 60ef910d0d7f007c805c2824906d4d6ea24f7890 (diff) | |
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')
| -rw-r--r-- | include/uapi/drm/exynos_drm.h | 8 |
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 @@ | |||
| 17 | 17 | ||
| 18 | #include "drm.h" | 18 | #include "drm.h" |
| 19 | 19 | ||
| 20 | #if defined(__cplusplus) | ||
| 21 | extern "C" { | ||
| 22 | #endif | ||
| 23 | |||
| 20 | /** | 24 | /** |
| 21 | * User-desired buffer creation information structure. | 25 | * User-desired buffer creation information structure. |
| 22 | * | 26 | * |
| @@ -362,4 +366,8 @@ struct drm_exynos_ipp_event { | |||
| 362 | __u32 buf_id[EXYNOS_DRM_OPS_MAX]; | 366 | __u32 buf_id[EXYNOS_DRM_OPS_MAX]; |
| 363 | }; | 367 | }; |
| 364 | 368 | ||
| 369 | #if defined(__cplusplus) | ||
| 370 | } | ||
| 371 | #endif | ||
| 372 | |||
| 365 | #endif /* _UAPI_EXYNOS_DRM_H_ */ | 373 | #endif /* _UAPI_EXYNOS_DRM_H_ */ |
