From e8c4914e040999d075b562ea671d99ab64cf45a4 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Tue, 7 Dec 2010 11:20:05 -0800 Subject: [ARM/tegra] Add Aruba board definition files Bug 764354 Original-Change-Id: I23d0ddc5107c02195ef58cab0e0c49ea65c72a87 Reviewed-on: http://git-master/r/12229 Reviewed-by: Scott Williams Tested-by: Scott Williams Original-Change-Id: Ibaa7f1e4cd5a3e3475d56601b420e40985194197 Rebase-Id: Rbdcbee634d19419502574f356a35370797db473a --- arch/arm/mach-tegra/board-aruba.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 arch/arm/mach-tegra/board-aruba.h (limited to 'arch/arm/mach-tegra/board-aruba.h') diff --git a/arch/arm/mach-tegra/board-aruba.h b/arch/arm/mach-tegra/board-aruba.h new file mode 100644 index 000000000000..e00e0b071ffb --- /dev/null +++ b/arch/arm/mach-tegra/board-aruba.h @@ -0,0 +1,26 @@ +/* + * arch/arm/mach-tegra/board-aruba.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_ARUBA_H +#define _MACH_TEGRA_BOARD_ARUBA_H + +int aruba_regulator_init(void); +int aruba_sdhci_init(void); +int aruba_pinmux_init(void); +int aruba_panel_init(void); +int aruba_sensors_init(void); + +#endif -- cgit v1.2.3