diff options
| author | Stefano Babic <sbabic@denx.de> | 2020-05-10 13:03:56 +0200 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2020-05-10 13:03:56 +0200 |
| commit | b77d0292ca9f3ca69259dca7e2c5e193a403b289 (patch) | |
| tree | 0af352de3e405f839188aad7acaa9930d18afdd8 /include/netdev.h | |
| parent | 8142a97d541ef1473925b3677d6bf86bcddb69ac (diff) | |
| parent | c5c657644bc35fd6b3d6e5517698721e90646b8d (diff) | |
| download | u-boot-b77d0292ca9f3ca69259dca7e2c5e193a403b289.tar.gz u-boot-b77d0292ca9f3ca69259dca7e2c5e193a403b289.tar.xz u-boot-b77d0292ca9f3ca69259dca7e2c5e193a403b289.zip | |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h index 68a3fceab6..f2d21c45d0 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -125,6 +125,7 @@ int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, /* * Allow FEC to fine-tune MII configuration on boards which require this. */ +struct eth_device; int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int)); #endif |
