ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/ether.h
(Generate patch)

Comparing BasiliskII/src/include/ether.h (file contents):
Revision 1.4 by cebix, 2001-07-12T19:48:28Z vs.
Revision 1.8 by gbeauche, 2005-01-30T21:42:15Z

# Line 1 | Line 1
1   /*
2   *  ether.h - Ethernet device driver
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines