]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci750/mv_eth.h
net: Fix remaining API interface breakage
[u-boot] / board / esd / cpci750 / mv_eth.h
index c57e6796cc4edd8844e3b3a52234e3a4612118c3..3d0cb10dd5d883a05609560b3c5d9f35589d2b51 100644 (file)
@@ -37,7 +37,7 @@
 #include <common.h>
 #include <net.h>
 #include "mv_regs.h"
-#include "../../Marvell/common/ppc_error_no.h"
+#include <asm/errno.h>
 
 
 /*************************************************************************
@@ -168,9 +168,7 @@ struct mv64360_eth_priv {
 
 int mv64360_eth_init (struct eth_device *dev);
 int mv64360_eth_stop (struct eth_device *dev);
-int mv64360_eth_start_xmit (struct eth_device*, volatile void* packet, int length);
-/*     return db64360_eth0_poll(); */
-
+int mv64360_eth_start_xmit(struct eth_device *dev, void *packet, int length);
 int mv64360_eth_open (struct eth_device *dev);