/* * This file is part of the coreboot project. * * Copyright (C) 2012 Samsung Electronics * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * 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 CPU_SAMSUNG_EXYNOS5420_PINMUX_H #define CPU_SAMSUNG_EXYNOS5420_PINMUX_H void exynos_pinmux_uart0(void); void exynos_pinmux_uart1(void); void exynos_pinmux_uart2(void); void exynos_pinmux_uart3(void); void exynos_pinmux_sdmmc0(void); void exynos_pinmux_sdmmc1(void); void exynos_pinmux_sdmmc2(void); void exynos_pinmux_sdmmc3(void); void exynos_pinmux_spi0(void); void exynos_pinmux_spi1(void); void exynos_pinmux_spi2(void); void exynos_pinmux_spi3(void); void exynos_pinmux_spi4(void); void exynos_pinmux_i2c0(void); void exynos_pinmux_i2c1(void); void exynos_pinmux_i2c2(void); void exynos_pinmux_i2c3(void); void exynos_pinmux_i2c4(void); void exynos_pinmux_i2c5(void); void exynos_pinmux_i2c6(void); void exynos_pinmux_i2c7(void); void exynos_pinmux_i2c8(void); void exynos_pinmux_i2c9(void); void exynos_pinmux_i2c10(void); void exynos_pinmux_dphpd(void); #endif