summaryrefslogtreecommitdiff
path: root/Kernel/API/VirGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/API/VirGL.h')
-rw-r--r--Kernel/API/VirGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/VirGL.h b/Kernel/API/VirGL.h
index de6e1c6a43..2d7a848459 100644
--- a/Kernel/API/VirGL.h
+++ b/Kernel/API/VirGL.h
@@ -23,7 +23,7 @@ struct VirGL3DResourceSpec {
};
struct VirGLCommandBuffer {
- const u32* data;
+ u32 const* data;
u32 num_elems;
};