summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-11 09:55:28 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-11 09:55:28 -0700
commitf38a02212fef426dd3f86e5d0f52126e4132a003 (patch)
tree0ccbe6950b678ea3709d31b80bda8a691319c593 /src/gallium
parent2e22bd8460ebbb2dd85417d8e5e670fa651d0da9 (diff)
radeon-gallium: Forgot a typedef.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_r300.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_r300.h b/src/gallium/winsys/drm/radeon/core/radeon_r300.h
index 98586746cd..19c7ed2626 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*