summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-30 00:41:16 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-30 00:41:16 +0100
commit6a86258bb9dbda75dfbf6610b12fc1442b0fa7ba (patch)
tree14887f0fa683e9f572bc6aec7129e375316b3baf /src/glamo.h
parent924cd7045c6d520fbd25da05440960143e958a2d (diff)
Use proper types for cmdq submission
Diffstat (limited to 'src/glamo.h')
-rw-r--r--src/glamo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo.h b/src/glamo.h
index d802226..be4a1dc 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -107,8 +107,8 @@ typedef struct {
*/
MemBuf *cmd_queue;
int cmdq_obj_used;
- char *cmdq_objs;
- char *cmdq_obj_pos;
+ uint32_t *cmdq_objs;
+ unsigned int *cmdq_obj_pos;
/* What was GLAMOCardInfo */
volatile char *reg_base;