···35353636#include "drm.h"37373838+#if defined(__cplusplus)3939+extern "C" {4040+#endif4141+3842/* WARNING: If you change any of these defines, make sure to change the3943 * defines in the X server file (r128_sarea.h)4044 */···328324 int param;329325 void __user *value;330326} drm_r128_getparam_t;327327+328328+#if defined(__cplusplus)329329+}330330+#endif331331332332#endif