mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Add support for multiple PHYs.
This commit is contained in:
parent
fe93483a0a
commit
63ff004c4f
60 changed files with 909 additions and 288 deletions
|
@ -114,6 +114,7 @@ extern void eth_try_another(int first_restart); /* Change the device */
|
|||
extern void eth_set_current(void); /* set nterface to ethcur var. */
|
||||
#endif
|
||||
extern struct eth_device *eth_get_dev(void); /* get the current device MAC */
|
||||
extern struct eth_device *eth_get_dev_by_name(char *devname); /* get device */
|
||||
extern int eth_get_dev_index (void); /* get the device index */
|
||||
extern void eth_set_enetaddr(int num, char* a); /* Set new MAC address */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue