mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
AX88180: add missing init prototype
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
49fa6ed8c9
commit
36de211060
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ int cpu_eth_init(bd_t *bis);
|
|||
/* Driver initialization prototypes */
|
||||
int altera_tse_initialize(u8 dev_num, int mac_base,
|
||||
int sgdma_rx_base, int sgdma_tx_base);
|
||||
int ax88180_initialize(bd_t *bis);
|
||||
int au1x00_enet_initialize(bd_t*);
|
||||
int at91emac_register(bd_t *bis, unsigned long iobase);
|
||||
int bfin_EMAC_initialize(bd_t *bis);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue