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
37 |
|
* Initialization |
38 |
|
*/ |
39 |
|
|
40 |
< |
void EtherInit(void) |
40 |
> |
bool ether_init(void) |
41 |
|
{ |
42 |
|
} |
43 |
|
|
46 |
|
* Deinitialization |
47 |
|
*/ |
48 |
|
|
49 |
< |
void EtherExit(void) |
49 |
> |
void ether_exit(void) |
50 |
|
{ |
51 |
|
} |
52 |
|
|
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 |