1 #ifndef _ETHERBOOT_COMPAT_H
2 #define _ETHERBOOT_COMPAT_H
9 void (*disable) (struct dev *dev);
19 unsigned char hwaddr[6];
21 int (*poll) (struct nic *nic, int retrieve);
22 void (*transmit) (unsigned int size, const char *pkt);
25 #define virt_to_bus(x) memory_v2p((void *)(x))