diff options
author | Magnus Lilja <lilja.magnus@gmail.com> | 2009-06-13 20:50:03 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-21 16:18:13 +0200 |
commit | dd2f6965a6c71f6f711ec98827880152e022c236 (patch) | |
tree | dbce5d324ecb363cbb7880424e4df15b8b11775a /include/asm-arm/arch-mx31 | |
parent | 958f7da7887fea4a2091ae60944d62c1708c2c55 (diff) | |
download | u-boot-imx-dd2f6965a6c71f6f711ec98827880152e022c236.zip u-boot-imx-dd2f6965a6c71f6f711ec98827880152e022c236.tar.gz u-boot-imx-dd2f6965a6c71f6f711ec98827880152e022c236.tar.bz2 |
i.MX31: Create a common device file.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'include/asm-arm/arch-mx31')
-rw-r--r-- | include/asm-arm/arch-mx31/mx31.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx31/mx31.h b/include/asm-arm/arch-mx31/mx31.h index 1d475dde..53b9f27 100644 --- a/include/asm-arm/arch-mx31/mx31.h +++ b/include/asm-arm/arch-mx31/mx31.h @@ -47,4 +47,7 @@ static inline void mx31_gpio_set(unsigned int gpio, unsigned int value) } #endif +void mx31_uart1_hw_init(void); +void mx31_spi2_hw_init(void); + #endif /* __ASM_ARCH_MX31_H */ |