ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/ether_windows.h
Revision: 1.2
Committed: 2005-11-27T22:18:29Z (18 years, 6 months ago) by gbeauche
Content type: text/plain
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.1: +4 -0 lines
Log Message:
SheepShaver glue for Ethernet support. Remove duplicate "Set source address"
case from common code.

File Contents

# Content
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_