diff options
| author | Anuj Gangwar <anujg@nvidia.com> | 2019-02-28 02:33:26 -0500 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2019-05-03 16:42:39 -0400 |
| commit | 79b98b138b63dc6edd104372b3a6eb0deb976bc8 (patch) | |
| tree | e360c4d09e01869d5f09ede6148464ef1fec0160 /include | |
| parent | 0bb6bca7d524bb734448031758b13437a7042678 (diff) | |
include: uapi: move nvhvivc_mempool_ioctl.h file
Move nvhvivc_mempool_ioctl header file from include/linux/ to
include/uapi/linux/.
Change the path for above header in the dependent file.
Bug 2062672
Change-Id: I3120e2d5aeb61be891709dc04193a87e6784df0d
Signed-off-by: Anuj Gangwar <anujg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2029838
(cherry picked from commit 7abd341a471f870a8cfac1641c0e81f91a3f8ea3)
Reviewed-on: https://git-master.nvidia.com/r/2109962
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/nvhvivc_mempool_ioctl.h (renamed from include/linux/nvhvivc_mempool_ioctl.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/nvhvivc_mempool_ioctl.h b/include/uapi/linux/nvhvivc_mempool_ioctl.h index 4853b8863..1d1969e56 100644 --- a/include/linux/nvhvivc_mempool_ioctl.h +++ b/include/uapi/linux/nvhvivc_mempool_ioctl.h | |||
| @@ -3,17 +3,17 @@ | |||
| 3 | * | 3 | * |
| 4 | * Declarations for Tegra Hypervisor ivc mempool driver ioctls | 4 | * Declarations for Tegra Hypervisor ivc mempool driver ioctls |
| 5 | * | 5 | * |
| 6 | * Copyright (c) 2016 NVIDIA CORPORATION. All rights reserved. | 6 | * Copyright (c) 2016-2019 NVIDIA CORPORATION. All rights reserved. |
| 7 | * | 7 | * |
| 8 | * This file is licensed under the terms of the GNU General Public License | 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 | 9 | * version 2. This program is licensed "as is" without any warranty of any |
| 10 | * kind, whether express or implied. | 10 | * kind, whether express or implied. |
| 11 | * | 11 | * |
| 12 | */ | 12 | */ |
| 13 | #ifndef __NVHVIVC_MEMPOOL_IOCTL_H__ | 13 | #ifndef __UAPI_NVHVIVC_MEMPOOL_IOCTL_H__ |
| 14 | #define __NVHVIVC_MEMPOOL_IOCTL_H__ | 14 | #define __UAPI_NVHVIVC_MEMPOOL_IOCTL_H__ |
| 15 | 15 | ||
| 16 | #include <linux/ioctl.h> | 16 | #include <uapi/linux/ioctl.h> |
| 17 | 17 | ||
| 18 | /* ivc mempool IOCTL magic number */ | 18 | /* ivc mempool IOCTL magic number */ |
| 19 | #define TEGRA_MPLUSERSPACE_IOCTL_MAGIC 0xA6 | 19 | #define TEGRA_MPLUSERSPACE_IOCTL_MAGIC 0xA6 |
| @@ -27,4 +27,4 @@ | |||
| 27 | 27 | ||
| 28 | #define TEGRA_MPLUSERSPACE_IOCTL_NUMBER_MAX 1 | 28 | #define TEGRA_MPLUSERSPACE_IOCTL_NUMBER_MAX 1 |
| 29 | 29 | ||
| 30 | #endif /* __NVHVIVC_MEMPOOL_IOCTL_H__ */ | 30 | #endif /* __UAPI_NVHVIVC_MEMPOOL_IOCTL_H__ */ |
