diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-21 21:07:59 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 13:22:06 +0100 |
commit | 7ebafb7ec1a0285af8380623c009576f92583b98 (patch) | |
tree | 9b528c7f1987245db991bb540473bd6f43fb2680 /include | |
parent | 1332a2a0694c8e10a5bade397cf83645b2c3fd7e (diff) |
at91sam9/at91cap: move common spi initialisation to cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-at91/at91_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91_common.h b/include/asm-arm/arch-at91/at91_common.h index 2ac241fd5b9..1432f949dae 100644 --- a/include/asm-arm/arch-at91/at91_common.h +++ b/include/asm-arm/arch-at91/at91_common.h @@ -30,5 +30,7 @@ void at91_serial0_hw_init(void); void at91_serial1_hw_init(void); void at91_serial2_hw_init(void); void at91_serial3_hw_init(void); +void at91_spi0_hw_init(unsigned long cs_mask); +void at91_spi1_hw_init(unsigned long cs_mask); #endif /* AT91_COMMON_H */ |