summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/mm_gv100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/mm_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/gv100/mm_gv100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/mm_gv100.h b/drivers/gpu/nvgpu/gv100/mm_gv100.h
index ff1bc3df..eeab7d56 100644
--- a/drivers/gpu/nvgpu/gv100/mm_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/mm_gv100.h
@@ -16,8 +16,8 @@
16#ifndef MM_GV100_H 16#ifndef MM_GV100_H
17#define MM_GV100_H 17#define MM_GV100_H
18 18
19struct gpu_ops; 19struct gk20a;
20 20
21void gv100_init_mm(struct gpu_ops *gops); 21size_t gv100_mm_get_vidmem_size(struct gk20a *g);
22 22
23#endif 23#endif