summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2010-12-22 15:32:30 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:48:58 -0700
commit46f8139b4d39637ef65ddc7131593b1c5a434785 (patch)
tree1cec3ab95535207cf2a0f8c637e04e7551ed624d /arch/arm/mach-tegra/board-cardhu.h
parent38b1aee2a61d42d157932f6f6dc6c66066e00ee4 (diff)
[arm]: tegra:cardhu Creating board files
Creating initial board files and config files for cardhu. Original-Change-Id: I84b78bdf2363137bcf2c7dd4c556a23b1dd73bd0 Reviewed-on: http://git-master/r/12193 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Change-Id: I0ccc2fd52a56d43b69252cb110287da9197d1193
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu.h')
-rw-r--r--arch/arm/mach-tegra/board-cardhu.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.h b/arch/arm/mach-tegra/board-cardhu.h
new file mode 100644
index 000000000000..e62a363ee7a6
--- /dev/null
+++ b/arch/arm/mach-tegra/board-cardhu.h
@@ -0,0 +1,27 @@
+/*
+ * arch/arm/mach-tegra/board-cardhu.h
+ *
+ * Copyright (C) 2010 Google, Inc.
+ *
+ * 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 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.
+ *
+ */
+
+#ifndef _MACH_TEGRA_BOARD_CARDHU_H
+#define _MACH_TEGRA_BOARD_CARDHU_H
+
+int cardhu_charge_init(void);
+int cardhu_regulator_init(void);
+int cardhu_sdhci_init(void);
+int cardhu_pinmux_init(void);
+int cardhu_panel_init(void);
+int cardhu_sensors_init(void);
+
+#endif