Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * arch/arm/mach-tegra/board-seaboard.h | 2 * arch/arm/mach-tegra/board-seaboard.h |
| 3 * | 3 * |
| 4 * Copyright (C) 2010 Google, Inc. | 4 * Copyright (C) 2010 Google, Inc. |
| 5 * | 5 * |
| 6 * This software is licensed under the terms of the GNU General Public | 6 * This software is licensed under the terms of the GNU General Public |
| 7 * License version 2, as published by the Free Software Foundation, and | 7 * License version 2, as published by the Free Software Foundation, and |
| 8 * may be copied, distributed, and modified under those terms. | 8 * may be copied, distributed, and modified under those terms. |
| 9 * | 9 * |
| 10 * This program is distributed in the hope that it will be useful, | 10 * This program is distributed in the hope that it will be useful, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 extern void tegra_throttling_enable(bool enable); | 44 extern void tegra_throttling_enable(bool enable); |
| 45 | 45 |
| 46 //for Cypress Trackpad gpio interrupt. | 46 //for Cypress Trackpad gpio interrupt. |
| 47 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2 | 47 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2 |
| 48 | 48 |
| 49 void seaboard_pinmux_init(void); | 49 void seaboard_pinmux_init(void); |
| 50 int seaboard_panel_init(void); | 50 int seaboard_panel_init(void); |
| 51 void seaboard_sdhci_init(void); | 51 void seaboard_sdhci_init(void); |
| 52 int seaboard_power_init(void); | 52 int seaboard_power_init(void); |
| 53 void seaboard_emc_init(void); | 53 void seaboard_emc_init(void); |
| 54 int seaboard_sensors_init(void); | |
| 55 int kaen_sensors_init(void); | |
| 56 int aebl_sensors_init(void); | |
|
Olof Johansson
2011/03/28 22:41:44
Since the -sensors file only builds when the board
| |
| 54 | 57 |
| 55 #endif | 58 #endif |
| OLD | NEW |