]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/etherboot-compat.h
Get packets in and out of lwIP. PING works.
[netwatch.git] / net / etherboot-compat.h
index b72885bce707f78eb0f3d2b48ceef2dad492ce13..e769ce8727232ee5dfa825ebef0c457644f32618 100644 (file)
@@ -15,9 +15,11 @@ struct nic {
 
        unsigned int ioaddr;
        unsigned int irqno;
+       
+       unsigned char hwaddr[6];
 
        int (*poll) (struct nic *nic, int retrieve);
-       void (*transmit) (const char *dest_addr, unsigned int proto, unsigned int size, const char *pkt);
+       void (*transmit) (unsigned int size, const char *pkt);
 };
 
 #define virt_to_bus(x) memory_v2p((void *)(x))
This page took 0.021416 seconds and 4 git commands to generate.