···26262727#include "drm.h"28282929+#if defined(__cplusplus)3030+extern "C" {3131+#endif3232+2933/* Please note that modifications to all structs defined here are3034 * subject to backwards-compatibility constraints.3135 *···150146#define DRM_IOCTL_QXL_ALLOC_SURF \151147 DRM_IOWR(DRM_COMMAND_BASE + DRM_QXL_ALLOC_SURF,\152148 struct drm_qxl_alloc_surf)149149+150150+#if defined(__cplusplus)151151+}152152+#endif153153154154#endif