summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-10-15 15:44:04 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:28 -0800
commit1f8be3df89d34901aea08aff4a9fa304285f148f (patch)
tree84254c911914a35eb1a42f4fcf5ccb48978ce052 /arch/arm/mach-tegra/board.h
parent6980642e8cd2357a4d62eefa4ca9c3b58947ba09 (diff)
arm: tegra: Handler for parsing kernel command max_cpu_curr
Adding handler for parsing the kernel command max_cpu_curr and api for retruning the max_cpu_current. bug 888679 Reviewed-on: http://git-master/r/58626 (cherry picked from commit 4d2da03c37a1a1401b4ef87b888f487a99b175b7) Change-Id: Ic5a53fe4e41317f48b986867081f3e7d96103f0d Reviewed-on: http://git-master/r/59290 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Rebase-Id: Ra426e2b10268bc7eadbe394c107528378f043e15
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 51a532b849f8..0b480c4a6b73 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -100,5 +100,6 @@ enum panel_type get_panel_type(void);
int tegra_get_modem_id(void);
enum power_supply_type get_power_supply_type(void);
enum audio_codec_type get_audio_codec_type(void);
+int get_maximum_cpu_current_supported(void);
#endif