]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
Allow NIC poll routine to do packet chain handling on our behalf.
[netwatch.git] / net / etherboot-compat.h
index 6982a2187932debc2a1ef72c6a45741c5d383208..0b121a3a0ea0011feeed1b063e01494799c9c63c 100644 (file)
@@ -19,7 +19,7 @@ struct nic {
        
        unsigned char hwaddr[6];
 
-       int (*poll) (struct nic *nic, int retrieve);
+       struct pbuf * (*recv) (struct nic *nic);
        void (*transmit) (struct pbuf *p);
 };
 
This page took 0.022236 seconds and 4 git commands to generate.