From: Corbin Simpson Date: Mon, 11 May 2009 16:55:28 +0000 (-0700) Subject: radeon-gallium: Forgot a typedef. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f38a02212fef426dd3f86e5d0f52126e4132a003;p=mesa.git radeon-gallium: Forgot a typedef. --- diff --git a/src/gallium/winsys/drm/radeon/core/radeon_r300.h b/src/gallium/winsys/drm/radeon/core/radeon_r300.h index 98586746cd4..19c7ed26269 100644 --- a/src/gallium/winsys/drm/radeon/core/radeon_r300.h +++ b/src/gallium/winsys/drm/radeon/core/radeon_r300.h @@ -40,6 +40,11 @@ #endif #ifndef DRM_RADEON_INFO #define DRM_RADEON_INFO 0x1 +struct drm_radeon_info { + uint32_t request; + uint32_t pad; + uint64_t value; +}; #endif struct r300_winsys*