From 79b98b138b63dc6edd104372b3a6eb0deb976bc8 Mon Sep 17 00:00:00 2001 From: Anuj Gangwar Date: Thu, 28 Feb 2019 13:03:26 +0530 Subject: 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 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 Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/linux/nvhvivc_mempool_ioctl.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 include/linux/nvhvivc_mempool_ioctl.h (limited to 'include/linux') 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 @@ -/* - * nvhvivc_mempool_ioctl.h - * - * Declarations for Tegra Hypervisor ivc mempool driver ioctls - * - * Copyright (c) 2016 NVIDIA CORPORATION. All rights reserved. - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - * - */ -#ifndef __NVHVIVC_MEMPOOL_IOCTL_H__ -#define __NVHVIVC_MEMPOOL_IOCTL_H__ - -#include - -/* ivc mempool IOCTL magic number */ -#define TEGRA_MPLUSERSPACE_IOCTL_MAGIC 0xA6 - - -/* IOCTL definitions */ - -/* query ivc mempool configuration data */ -#define TEGRA_MPLUSERSPACE_IOCTL_GET_INFO \ - _IOR(TEGRA_MPLUSERSPACE_IOCTL_MAGIC, 1, struct ivc_mempool) - -#define TEGRA_MPLUSERSPACE_IOCTL_NUMBER_MAX 1 - -#endif /* __NVHVIVC_MEMPOOL_IOCTL_H__ */ -- cgit v1.2.2