提交 99be554c 编写于 作者: E Emil Velikov

drm/r128: add extern C guard for the UAPI header

Signed-off-by: NEmil Velikov <emil.l.velikov@gmail.com>
上级 485c40b4
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
#include "drm.h" #include "drm.h"
#if defined(__cplusplus)
extern "C" {
#endif
/* WARNING: If you change any of these defines, make sure to change the /* WARNING: If you change any of these defines, make sure to change the
* defines in the X server file (r128_sarea.h) * defines in the X server file (r128_sarea.h)
*/ */
...@@ -325,4 +329,8 @@ typedef struct drm_r128_getparam { ...@@ -325,4 +329,8 @@ typedef struct drm_r128_getparam {
void __user *value; void __user *value;
} drm_r128_getparam_t; } drm_r128_getparam_t;
#if defined(__cplusplus)
}
#endif
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册