summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnuj Gangwar <anujg@nvidia.com>2018-11-22 22:55:19 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2019-05-07 14:48:49 -0400
commit065e0fc7cd11c8cc2d5a2be35e0e3e68cfae6427 (patch)
tree8401e82c937fd9de1f4ab3bbbe57518e5a94243f /include
parent524b0e580ae235ba89738418b4a623825bccae3d (diff)
include: uapi: move linux user-interface headers
Move the linux tegra_cpc user-interface headers from include/linux/ to include/uapi/linux/ Change the path for above headers in the dependent files. Bug 2062672 Change-Id: I674909f3188a746f3283b2e92296d9c18a2e767c Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1956560 (cherry picked from commit 1373b074d8a76869e143337caeba5d42d213e43f) Reviewed-on: https://git-master.nvidia.com/r/2109985 Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit 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/tegra_cpc.h (renamed from include/linux/tegra_cpc.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/tegra_cpc.h b/include/uapi/linux/tegra_cpc.h
index 84668c595..67532e492 100644
--- a/include/linux/tegra_cpc.h
+++ b/include/uapi/linux/tegra_cpc.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * tegra_cpc.c - Access CPC storage blocks through i2c bus 2 * tegra_cpc.c - Access CPC storage blocks through i2c bus
3 * 3 *
4 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This software is licensed under the terms of the GNU General Public 6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and 7 * License version 2, as published by the Free Software Foundation, and
@@ -13,11 +13,11 @@
13 * GNU General Public License for more details. 13 * GNU General Public License for more details.
14 */ 14 */
15 15
16#ifndef _TEGRA_CPC_H 16#ifndef __UAPI_TEGRA_CPC_H
17#define _TEGRA_CPC_H 17#define __UAPI_TEGRA_CPC_H
18 18
19#include <linux/ioctl.h> 19#include <uapi/linux/ioctl.h>
20#include <linux/types.h> 20#include <uapi/linux/types.h>
21 21
22enum req_resp_t { 22enum req_resp_t {
23 CPC_READ_M_COUNT = 0x2, 23 CPC_READ_M_COUNT = 0x2,