···26262727#include "drm.h"28282929+#if defined(__cplusplus)3030+extern "C" {3131+#endif3232+2933/* WARNING: These defines must be the same as what the Xserver uses.3034 * if you change them, you must change the defines in the Xserver.3135 */···274270275271 drm_via_blitsync_t sync;276272} drm_via_dmablit_t;273273+274274+#if defined(__cplusplus)275275+}276276+#endif277277278278#endif /* _VIA_DRM_H_ */