diff options
Diffstat (limited to 'include/os/linux/ioctl_tsg.h')
-rw-r--r-- | include/os/linux/ioctl_tsg.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/os/linux/ioctl_tsg.h b/include/os/linux/ioctl_tsg.h deleted file mode 100644 index 67399fd..0000000 --- a/include/os/linux/ioctl_tsg.h +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | ||
13 | #ifndef NVGPU_IOCTL_TSG_H | ||
14 | #define NVGPU_IOCTL_TSG_H | ||
15 | |||
16 | struct inode; | ||
17 | struct file; | ||
18 | struct gk20a; | ||
19 | struct nvgpu_ref; | ||
20 | |||
21 | int nvgpu_ioctl_tsg_dev_release(struct inode *inode, struct file *filp); | ||
22 | int nvgpu_ioctl_tsg_dev_open(struct inode *inode, struct file *filp); | ||
23 | int nvgpu_ioctl_tsg_open(struct gk20a *g, struct file *filp); | ||
24 | long nvgpu_ioctl_tsg_dev_ioctl(struct file *filp, | ||
25 | unsigned int cmd, unsigned long arg); | ||
26 | void nvgpu_ioctl_tsg_release(struct nvgpu_ref *ref); | ||
27 | |||
28 | #endif | ||