summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.h b/drivers/gpu/nvgpu/common/linux/module.h
index 5814d63a..90dba804 100644
--- a/drivers/gpu/nvgpu/common/linux/module.h
+++ b/drivers/gpu/nvgpu/common/linux/module.h
@@ -19,8 +19,10 @@
19 19
20struct gk20a; 20struct gk20a;
21struct device; 21struct device;
22struct nvgpu_os_linux;
22 23
23int gk20a_pm_finalize_poweron(struct device *dev); 24int gk20a_pm_finalize_poweron(struct device *dev);
25int nvgpu_finalize_poweron_linux(struct nvgpu_os_linux *l);
24void gk20a_remove_support(struct gk20a *g); 26void gk20a_remove_support(struct gk20a *g);
25void gk20a_driver_start_unload(struct gk20a *g); 27void gk20a_driver_start_unload(struct gk20a *g);
26int nvgpu_quiesce(struct gk20a *g); 28int nvgpu_quiesce(struct gk20a *g);