Commit c56e046f authored by Emil Velikov's avatar Emil Velikov

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

Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent b1c1f5c4
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment