summaryrefslogtreecommitdiffstats
path: root/src/gal_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gal_extension.h')
-rw-r--r--src/gal_extension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gal_extension.h b/src/gal_extension.h
index f02b418..6325444 100644
--- a/src/gal_extension.h
+++ b/src/gal_extension.h
@@ -8,13 +8,13 @@
#include <gc_hal.h>
/* Map a DMABUF fd into galcore */
-struct map_dma_buf {
+struct dmabuf_map {
unsigned zero;
unsigned status;
int fd;
gctPOINTER Info;
gctUINT32 Address;
};
-#define IOC_GDMABUF_MAP _IOWR('_', 0, struct map_dma_buf)
+#define IOC_GDMABUF_MAP _IOWR('_', 0, struct dmabuf_map)
#endif