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

Comparing BasiliskII/src/Windows/ether_windows.h (file contents):
Revision 1.2 by gbeauche, 2005-11-27T22:18:29Z vs.
Revision 1.3 by gbeauche, 2006-04-29T10:57:56Z

# Line 1 | Line 1
1 < #ifndef _ETHER_WINDOWS_H_
2 < #define _ETHER_WINDOWS_H_
3 <
4 < void enqueue_packet( uint8 *buf, int sz );
5 <
6 < #ifdef SHEEPSHAVER
7 < extern uint8 ether_addr[6];
8 < #endif
9 <
10 < #endif // _ETHER_WINDOWS_H_
1 > #ifndef _ETHER_WINDOWS_H_
2 > #define _ETHER_WINDOWS_H_
3 >
4 > void enqueue_packet( const uint8 *buf, int sz );
5 >
6 > #ifdef SHEEPSHAVER
7 > extern uint8 ether_addr[6];
8 > #endif
9 >
10 > #endif // _ETHER_WINDOWS_H_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines