summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_channel.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_channel.h b/drivers/gpu/nvgpu/common/linux/ioctl_channel.h
index 1aac04aa..8cfce7e1 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_channel.h
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_channel.h
@@ -23,4 +23,5 @@ int gk20a_channel_open_ioctl(struct gk20a *g,
23extern const struct file_operations gk20a_event_id_ops; 23extern const struct file_operations gk20a_event_id_ops;
24extern const struct file_operations gk20a_channel_ops; 24extern const struct file_operations gk20a_channel_ops;
25 25
26u32 nvgpu_event_id_to_ioctl_channel_event_id(u32 event_id);
26#endif 27#endif