···37373838#include "drm.h"39394040+#if defined(__cplusplus)4141+extern "C" {4242+#endif4343+4044/* WARNING: If you change any of these defines, make sure to change the4145 * defines in the Xserver file (mga_sarea.h)4246 */···419415 int param;420416 void __user *value;421417} drm_mga_getparam_t;418418+419419+#if defined(__cplusplus)420420+}421421+#endif422422423423#endif