diff options
| author | Magnus Lilja <[email protected]> | 2009-06-13 20:50:03 +0200 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-06-21 16:18:13 +0200 |
| commit | dd2f6965a6c71f6f711ec98827880152e022c236 (patch) | |
| tree | dbce5d324ecb363cbb7880424e4df15b8b11775a /include | |
| parent | 958f7da7887fea4a2091ae60944d62c1708c2c55 (diff) | |
i.MX31: Create a common device file.
Signed-off-by: Magnus Lilja <[email protected]>
Diffstat (limited to 'include')
| -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 1d475dde7ef..53b9f27333d 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 */ |
