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

Comparing SheepShaver/src/dummy/ether_dummy.cpp (file contents):
Revision 1.5 by gbeauche, 2005-11-27T20:09:59Z vs.
Revision 1.6 by gbeauche, 2005-11-27T20:22:19Z

# Line 51 | Line 51 | void EtherExit(void)
51   *  Get ethernet hardware address
52   */
53  
54 < void AO_get_ethernet_address(uint8 *addr)
54 > void AO_get_ethernet_address(uint32 addr)
55   {
56   }
57  
# Line 60 | Line 60 | void AO_get_ethernet_address(uint8 *addr
60   *  Enable multicast address
61   */
62  
63 < void AO_enable_multicast(uint8 *addr)
63 > void AO_enable_multicast(uint32 addr)
64   {
65   }
66  
# Line 69 | Line 69 | void AO_enable_multicast(uint8 *addr)
69   *  Disable multicast address
70   */
71  
72 < void AO_disable_multicast(uint8 *addr)
72 > void AO_disable_multicast(uint32 addr)
73   {
74   }
75  
# Line 78 | Line 78 | void AO_disable_multicast(uint8 *addr)
78   *  Transmit one packet
79   */
80  
81 < void AO_transmit_packet(mblk_t *mp)
81 > void AO_transmit_packet(uint32 mp)
82   {
83   }
84  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines