1 #ifndef _ETHERBOOT_COMPAT_H
2 #define _ETHERBOOT_COMPAT_H
7 void (*disable) (struct dev *dev);
17 int (*poll) (struct nic *nic, int retrieve);
18 void (*transmit) (const char *dest_addr, unsigned int proto, unsigned int size, const char *pkt);
21 #define virt_to_bus(x) ((unsigned long)x)