summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h b/drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h
index 656bc551..43ecb6fc 100644
--- a/drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/fecs_trace_gp10b.h
@@ -16,8 +16,8 @@
16#ifndef _NVGPU_FECS_TRACE_GP10B_H_ 16#ifndef _NVGPU_FECS_TRACE_GP10B_H_
17#define _NVGPU_FECS_TRACE_GP10B_H_ 17#define _NVGPU_FECS_TRACE_GP10B_H_
18 18
19struct gpu_ops; 19struct gk20a;
20 20
21void gp10b_init_fecs_trace_ops(struct gpu_ops *); 21int gp10b_fecs_trace_flush(struct gk20a *g);
22 22
23#endif 23#endif