diff options
| author | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-07 14:01:39 -0400 |
|---|---|---|
| committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-13 09:06:07 -0400 |
| commit | c56e046f17a40571cf2bddd0edaeafa769ffba9a (patch) | |
| tree | 5c295b366e09494b17348769a363a78abeec0703 /include/uapi/drm | |
| parent | b1c1f5c400f4c5dfd5405c210fcc9e019b734335 (diff) | |
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')
| -rw-r--r-- | include/uapi/drm/mga_drm.h | 8 |
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 @@ | |||
| 37 | 37 | ||
| 38 | #include "drm.h" | 38 | #include "drm.h" |
| 39 | 39 | ||
| 40 | #if defined(__cplusplus) | ||
| 41 | extern "C" { | ||
| 42 | #endif | ||
| 43 | |||
| 40 | /* WARNING: If you change any of these defines, make sure to change the | 44 | /* WARNING: If you change any of these defines, make sure to change the |
| 41 | * defines in the Xserver file (mga_sarea.h) | 45 | * defines in the Xserver file (mga_sarea.h) |
| 42 | */ | 46 | */ |
| @@ -416,4 +420,8 @@ typedef struct drm_mga_getparam { | |||
| 416 | void __user *value; | 420 | void __user *value; |
| 417 | } drm_mga_getparam_t; | 421 | } drm_mga_getparam_t; |
| 418 | 422 | ||
| 423 | #if defined(__cplusplus) | ||
| 424 | } | ||
| 425 | #endif | ||
| 426 | |||
| 419 | #endif | 427 | #endif |
