X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fnet.h;h=0802fad8761364d97f04a799e91d01ca4cd2eb06;hb=a891601ce51edbafa1a2750c96a618e4fcbca1c2;hp=5aedc17aa6dc36ea6600d2c24e3d011c9c140226;hpb=e62d5fb0da76ef168e90cae9bbbda80349aaf137;p=karo-tx-uboot.git diff --git a/include/net.h b/include/net.h index 5aedc17aa6..0802fad876 100644 --- a/include/net.h +++ b/include/net.h @@ -89,7 +89,7 @@ struct eth_device { int (*recv) (struct eth_device *); void (*halt) (struct eth_device *); #ifdef CONFIG_MCAST_TFTP - int (*mcast) (struct eth_device *, u32 ip, u8 set); + int (*mcast) (struct eth_device *, const u8 *enetaddr, u8 set); #endif int (*write_hwaddr) (struct eth_device *); struct eth_device *next;