summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/bus_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/bus_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/bus_gm20b.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/bus_gm20b.h b/drivers/gpu/nvgpu/gm20b/bus_gm20b.h
index 853e50a6..ad3f72ac 100644
--- a/drivers/gpu/nvgpu/gm20b/bus_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/bus_gm20b.h
@@ -16,8 +16,9 @@
16#ifndef _NVGPU_GM20B_BUS 16#ifndef _NVGPU_GM20B_BUS
17#define _NVGPU_GM20B_BUS 17#define _NVGPU_GM20B_BUS
18 18
19struct gpu_ops; 19struct gk20a;
20struct nvgpu_mem;
20 21
21void gm20b_init_bus(struct gpu_ops *gops); 22int gm20b_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst);
22 23
23#endif 24#endif