summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/fifo_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/fifo_gp10b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h
index 3ef8247f..da0e82a9 100644
--- a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h
@@ -15,7 +15,11 @@
15 15
16#ifndef FIFO_GP10B_H 16#ifndef FIFO_GP10B_H
17#define FIFO_GP10B_H 17#define FIFO_GP10B_H
18
18struct gpu_ops; 19struct gpu_ops;
20struct channel_gk20a;
21
19void gp10b_init_fifo(struct gpu_ops *gops); 22void gp10b_init_fifo(struct gpu_ops *gops);
20int channel_gp10b_commit_userd(struct channel_gk20a *c); 23int channel_gp10b_commit_userd(struct channel_gk20a *c);
24
21#endif 25#endif