summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorSuresh Mangipudi <smangipudi@nvidia.com>2012-11-07 20:38:29 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:44:06 -0700
commita9e5085df7146a41eeeed36c0e630afb762fd81d (patch)
tree37120d1136c334be94f3f0bd667469f5a98c19c2 /arch/arm/mach-tegra/board.h
parenta59f09e7fd4527959557ea63a8114d52ce05fb3a (diff)
ARM: tegra: board: commandline parse for usb port owner
Add support for reading the usb_port_owner_info from the linux commandline. Bug 1171854 Change-Id: Ib05c4d4f34ba2ac142e826dac6f4b96392419702 Signed-off-by: Suresh Mangipudi <smangipudi@nvidia.com> Reviewed-on: http://git-master/r/162050 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r--arch/arm/mach-tegra/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h
index 7b6841ff8c42..44fd95c590ae 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -190,6 +190,7 @@ int tegra_get_board_panel_id(void);
int get_core_edp(void);
enum panel_type get_panel_type(void);
+int tegra_get_usb_port_owner_info(void);
int tegra_get_modem_id(void);
int tegra_get_commchip_id(void);
enum power_supply_type get_power_supply_type(void);