summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/debug_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/debug_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.h b/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
index cd2e09c3..c70b19d9 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
@@ -17,6 +17,8 @@
17#ifndef _DEBUG_GK20A_H_ 17#ifndef _DEBUG_GK20A_H_
18#define _DEBUG_GK20A_H_ 18#define _DEBUG_GK20A_H_
19 19
20struct platform_device;
21
20extern unsigned int gk20a_debug_trace_cmdbuf; 22extern unsigned int gk20a_debug_trace_cmdbuf;
21 23
22void gk20a_debug_dump(struct platform_device *pdev); 24void gk20a_debug_dump(struct platform_device *pdev);