···3344#include "drm.h"5566+#if defined(__cplusplus)77+extern "C" {88+#endif99+610/* WARNING: These defines must be the same as what the Xserver uses.711 * if you change them, you must change the defines in the Xserver.812 */···283279 int *length; /* List of lengths for GFXBlocks (FUTURE) */284280 unsigned int last_render; /* Last Render Request */285281} drm_i810_mc_t;282282+283283+#if defined(__cplusplus)284284+}285285+#endif286286287287#endif /* _I810_DRM_H_ */