radeon-gallium: Forgot a typedef.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 11 May 2009 16:55:28 +0000 (09:55 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 11 May 2009 16:55:28 +0000 (09:55 -0700)
src/gallium/winsys/drm/radeon/core/radeon_r300.h

index 98586746cd49999d29d71d5e58910f495981b5ba..19c7ed26269f8edca23aeed98fdb878c1f877e35 100644 (file)
 #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*