]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-at91/at91_common.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-at91 / at91_common.h
1 /*
2 * (C) Copyright 2007-2008
3 * Stelian Pop <stelian@popies.net>
4 * Lead Tech Design <www.leadtechdesign.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #ifndef AT91_COMMON_H
10 #define AT91_COMMON_H
11
12 void at91_can_hw_init(void);
13 void at91_macb_hw_init(void);
14 void at91_mci_hw_init(void);
15 void at91_serial0_hw_init(void);
16 void at91_serial1_hw_init(void);
17 void at91_serial2_hw_init(void);
18 void at91_seriald_hw_init(void);
19 void at91_spi0_hw_init(unsigned long cs_mask);
20 void at91_spi1_hw_init(unsigned long cs_mask);
21 void at91_uhp_hw_init(void);
22 void at91_lcd_hw_init(void);
23
24 #endif /* AT91_COMMON_H */