]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/net.h
net: Declare physical address as phys_addr_t unsigned type
[karo-tx-uboot.git] / include / net.h
index 18d279ebe737da5ac87cf891d509b44efb1ece94..3da35fe981880500b9025ca813164c27a2aa8bdb 100644 (file)
@@ -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 *);