]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
Another set of 3c90x style cleanups.
[netwatch.git] / net / etherboot-compat.h
index 0b121a3a0ea0011feeed1b063e01494799c9c63c..b3ccc514b2d81c30a42cc531199aa552adf23c5d 100644 (file)
@@ -19,8 +19,8 @@ struct nic {
        
        unsigned char hwaddr[6];
 
-       struct pbuf * (*recv) (struct nic *nic);
-       void (*transmit) (struct pbuf *p);
+       int (*recv) (struct nic *nic);
+       void (*transmit) (struct nic *nic, struct pbuf *p);
 };
 
 #define virt_to_bus(x) memory_v2p((void *)(x))
This page took 0.021571 seconds and 4 git commands to generate.