X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fnet.h;h=3da35fe981880500b9025ca813164c27a2aa8bdb;hb=16ae7827226ce8b255245d1932e8069f00997a26;hp=18d279ebe737da5ac87cf891d509b44efb1ece94;hpb=f1075aedd212e22ef17a05ba74b14ab2473a5b88;p=karo-tx-uboot.git diff --git a/include/net.h b/include/net.h index 18d279ebe7..3da35fe981 100644 --- a/include/net.h +++ b/include/net.h @@ -81,7 +81,7 @@ enum eth_state_t { struct eth_device { char name[16]; unsigned char enetaddr[6]; - int iobase; + phys_addr_t iobase; int state; int (*init) (struct eth_device *, bd_t *);