--- BasiliskII/src/include/ether.h 2001/07/12 19:48:28 1.4 +++ BasiliskII/src/include/ether.h 2005/01/30 21:42:15 1.8 @@ -1,7 +1,7 @@ /* * ether.h - Ethernet device driver * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ extern void EtherInterrupt(void); extern bool ether_init(void); extern void ether_exit(void); +extern void ether_reset(void); extern int16 ether_add_multicast(uint32 pb); extern int16 ether_del_multicast(uint32 pb); extern int16 ether_attach_ph(uint16 type, uint32 handler);