Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: arch/arm/mach-tegra/board-seaboard.h

Issue 6627032: CHROMIUM: Board file changes for Tegra camera (Closed)
Patch Set: Work in progress on aebl sensor. Fixed C99 comments, and file comment headers. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: arch/arm/mach-tegra/board-seaboard.h
diff --git a/arch/arm/mach-tegra/board-seaboard.h b/arch/arm/mach-tegra/board-seaboard.h
index 06a563d9b438dfbff568342ef157d59b441f7d79..7a286c029259dfd270888a5b7874e63302e5795d 100644
--- a/arch/arm/mach-tegra/board-seaboard.h
+++ b/arch/arm/mach-tegra/board-seaboard.h
@@ -51,5 +51,8 @@ int seaboard_panel_init(void);
void seaboard_sdhci_init(void);
int seaboard_power_init(void);
void seaboard_emc_init(void);
+int seaboard_sensors_init(void);
+int kaen_sensors_init(void);
+int aebl_sensors_init(void);
Olof Johansson 2011/03/28 22:41:44 Since the -sensors file only builds when the board
#endif

Powered by Google App Engine
This is Rietveld 408576698