]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
Convert receive to be a ring buffer.
[netwatch.git] / net / etherboot-compat.h
index 6982a2187932debc2a1ef72c6a45741c5d383208..2f0626f487c9d4a2b1c404f4a14745d0e9b66b73 100644 (file)
@@ -19,7 +19,7 @@ struct nic {
        
        unsigned char hwaddr[6];
 
-       int (*poll) (struct nic *nic, int retrieve);
+       int (*recv) (struct nic *nic);
        void (*transmit) (struct pbuf *p);
 };
 
This page took 0.02147 seconds and 4 git commands to generate.