# | Line 36 | Line 36 | extern void EtherInterrupt(void); | |
---|---|---|
36 | ||
37 | extern bool ether_init(void); | |
38 | extern void ether_exit(void); | |
39 | + | extern void ether_reset(void); |
40 | extern int16 ether_add_multicast(uint32 pb); | |
41 | extern int16 ether_del_multicast(uint32 pb); | |
42 | extern int16 ether_attach_ph(uint16 type, uint32 handler); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |