ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/dummy/ether_dummy.cpp
(Generate patch)

Comparing BasiliskII/src/dummy/ether_dummy.cpp (file contents):
Revision 1.3 by cebix, 2001-02-02T20:52:59Z vs.
Revision 1.4 by cebix, 2001-07-13T15:39:24Z

# Line 37 | Line 37
37   *  Initialization
38   */
39  
40 < void EtherInit(void)
40 > bool ether_init(void)
41   {
42   }
43  
# Line 46 | Line 46 | void EtherInit(void)
46   *  Deinitialization
47   */
48  
49 < void EtherExit(void)
49 > void ether_exit(void)
50   {
51   }
52  
# Line 55 | Line 55 | void EtherExit(void)
55   *  Reset
56   */
57  
58 < void EtherReset(void)
58 > void ether_reset(void)
59   {
60   }
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines