summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvhvivc_mempool_ioctl.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/include/linux/nvhvivc_mempool_ioctl.h b/include/linux/nvhvivc_mempool_ioctl.h
deleted file mode 100644
index 4853b8863..000000000
--- a/include/linux/nvhvivc_mempool_ioctl.h
+++ /dev/null
@@ -1,30 +0,0 @@
1/*
2 * nvhvivc_mempool_ioctl.h
3 *
4 * Declarations for Tegra Hypervisor ivc mempool driver ioctls
5 *
6 * Copyright (c) 2016 NVIDIA CORPORATION. All rights reserved.
7 *
8 * This file is licensed under the terms of the GNU General Public License
9 * version 2. This program is licensed "as is" without any warranty of any
10 * kind, whether express or implied.
11 *
12 */
13#ifndef __NVHVIVC_MEMPOOL_IOCTL_H__
14#define __NVHVIVC_MEMPOOL_IOCTL_H__
15
16#include <linux/ioctl.h>
17
18/* ivc mempool IOCTL magic number */
19#define TEGRA_MPLUSERSPACE_IOCTL_MAGIC 0xA6
20
21
22/* IOCTL definitions */
23
24/* query ivc mempool configuration data */
25#define TEGRA_MPLUSERSPACE_IOCTL_GET_INFO \
26 _IOR(TEGRA_MPLUSERSPACE_IOCTL_MAGIC, 1, struct ivc_mempool)
27
28#define TEGRA_MPLUSERSPACE_IOCTL_NUMBER_MAX 1
29
30#endif /* __NVHVIVC_MEMPOOL_IOCTL_H__ */