]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
Lolol, boxing and unboxing?
[netwatch.git] / net / etherboot-compat.h
index e769ce8727232ee5dfa825ebef0c457644f32618..6982a2187932debc2a1ef72c6a45741c5d383208 100644 (file)
@@ -2,6 +2,7 @@
 #define _ETHERBOOT_COMPAT_H
 
 #include <paging.h>
+#include "lwip/pbuf.h"
 
 #define ETH_ALEN       6
 
@@ -19,7 +20,7 @@ struct nic {
        unsigned char hwaddr[6];
 
        int (*poll) (struct nic *nic, int retrieve);
-       void (*transmit) (unsigned int size, const char *pkt);
+       void (*transmit) (struct pbuf *p);
 };
 
 #define virt_to_bus(x) memory_v2p((void *)(x))
This page took 0.022765 seconds and 4 git commands to generate.