summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-25 20:03:39 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-25 20:03:39 +0200
commitc488e25ceb421c6f84f110d786d9814ac4dba1b2 (patch)
treed74ee2a6030c5f6e84eaed2731be79c2cc580be0 /shared-core/drm.h
parent35c8ce6c2945ff09dc52dbc2a7382798ba64c1da (diff)
More ioctl stubs.
Buffer object locking order documentation.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index fb18b5c5..feadfc67 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -740,10 +740,10 @@ typedef struct drm_bo_arg_reply {
}drm_bo_arg_reply_t;
-typedef union {
- drm_bo_arg_request_t bo_req;
- drm_bo_arg_reply_t bo_rep;
-}drm_bo_arg_data;
+typedef union drm_bo_arg_data {
+ drm_bo_arg_request_t req;
+ drm_bo_arg_reply_t rep;
+} drm_bo_arg_data_t;
/**