summaryrefslogtreecommitdiff
path: root/include/linux/tegra-soc.h
diff options
context:
space:
mode:
authorJay Agarwal <jagarwal@nvidia.com>2013-10-24 19:34:25 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2013-11-19 00:39:16 -0800
commitb596371c561da9a78b6f3557c1ae62eebd84aaab (patch)
tree1b24f0275161e48d100c682a821318306bcfc0e3 /include/linux/tegra-soc.h
parent258598e8e764a37c1eab6af577b040178fdb047f (diff)
PCI: tegra: Move PCIe driver to drivers/pci/host
Made similar as upstream Bug 1380431 Change-Id: Ibac21bfaa92e10598e1d8b571ac1acef7300e488 Signed-off-by: Jay Agarwal <jagarwal@nvidia.com> Reviewed-on: http://git-master/r/303364 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include/linux/tegra-soc.h')
-rw-r--r--include/linux/tegra-soc.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/linux/tegra-soc.h b/include/linux/tegra-soc.h
index 91a714f1bc24..4e7d9207faa4 100644
--- a/include/linux/tegra-soc.h
+++ b/include/linux/tegra-soc.h
@@ -1,17 +1,18 @@
/*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
*
- * This program is distributed in the hope it will be useful, but WITHOUT
+ * This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __LINUX_TEGRA_SOC_H_
@@ -52,6 +53,7 @@ enum tegra_platform {
extern enum tegra_revision tegra_revision;
enum tegra_chipid tegra_get_chipid(void);
unsigned int tegra_get_minor_rev(void);
+int tegra_get_lane_owner_info(void);
int tegra_split_mem_active(void);