summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/bios_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/bios_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/bios_gp106.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/bios_gp106.h b/drivers/gpu/nvgpu/gp106/bios_gp106.h
index a5229fff..37ec91e6 100644
--- a/drivers/gpu/nvgpu/gp106/bios_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/bios_gp106.h
@@ -28,4 +28,6 @@ struct gpu_ops;
28 28
29int gp106_bios_init(struct gk20a *g); 29int gp106_bios_init(struct gk20a *g);
30int gp106_bios_preos_wait_for_halt(struct gk20a *g); 30int gp106_bios_preos_wait_for_halt(struct gk20a *g);
31int gp106_bios_devinit(struct gk20a *g);
32int gp106_bios_preos(struct gk20a *g);
31#endif 33#endif