summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/samsung/exynos5-common/spl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5-common/spl.h b/src/cpu/samsung/exynos5-common/spl.h
index afa9a8e909..439e1b0383 100644
--- a/src/cpu/samsung/exynos5-common/spl.h
+++ b/src/cpu/samsung/exynos5-common/spl.h
@@ -91,4 +91,8 @@ struct spl_machine_param *spl_get_machine_params(void);
*/
void spl_early_init(void);
+/* FIXME(dhendrix): for early i2c init */
+void board_i2c_release_bus(int node);
+int board_i2c_claim_bus(int node);
+
#endif /* __ASM_ARCH_EXYNOS_SPL_H__ */