summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
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;