summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/bios_gm206.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/bios_gm206.h')
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.h b/drivers/gpu/nvgpu/gm206/bios_gm206.h
index 1ee4e14c..937ba0c5 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.h
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.h
@@ -55,4 +55,9 @@ struct bit_token {
55struct gpu_ops; 55struct gpu_ops;
56 56
57void gm206_init_bios(struct gpu_ops *gops); 57void gm206_init_bios(struct gpu_ops *gops);
58u8 gm206_bios_read_u8(struct gk20a *g, u32 offset);
59s8 gm206_bios_read_s8(struct gk20a *g, u32 offset);
60u16 gm206_bios_read_u16(struct gk20a *g, u32 offset);
61u32 gm206_bios_read_u32(struct gk20a *g, u32 offset);
62
58#endif 63#endif