summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/as_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/as_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/as_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/as_gk20a.h b/drivers/gpu/nvgpu/gk20a/as_gk20a.h
index 457678ce..166000a8 100644
--- a/drivers/gpu/nvgpu/gk20a/as_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/as_gk20a.h
@@ -42,5 +42,7 @@ int gk20a_as_release_share(struct gk20a_as_share *as_share);
42int gk20a_as_dev_open(struct inode *inode, struct file *filp); 42int gk20a_as_dev_open(struct inode *inode, struct file *filp);
43int gk20a_as_dev_release(struct inode *inode, struct file *filp); 43int gk20a_as_dev_release(struct inode *inode, struct file *filp);
44long gk20a_as_dev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 44long gk20a_as_dev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
45int gk20a_as_alloc_share(struct gk20a_as *as,
46 u32 flags, struct gk20a_as_share **out);
45 47
46#endif 48#endif