summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_debug_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i915/i915_debug_private.h')
-rw-r--r--src/gallium/drivers/i915/i915_debug_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_debug_private.h b/src/gallium/drivers/i915/i915_debug_private.h
index b3668d08482..5345aaec128 100644
--- a/src/gallium/drivers/i915/i915_debug_private.h
+++ b/src/gallium/drivers/i915/i915_debug_private.h
@@ -31,7 +31,7 @@
#ifndef I915_DEBUG_PRIVATE_H
#define I915_DEBUG_PRIVATE_H
-struct debug_stream
+struct debug_stream
{
unsigned offset; /* current gtt offset */
char *ptr; /* pointer to gtt offset zero */
@@ -39,7 +39,7 @@ struct debug_stream
unsigned print_addresses;
};
-void i915_disassemble_program(struct debug_stream *stream,
+void i915_disassemble_program(struct debug_stream *stream,
const unsigned *program, unsigned sz);
#endif