ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/ether_windows.h
Revision: 1.3
Committed: 2006-04-29T10:57:56Z (18 years, 2 months ago) by gbeauche
Content type: text/plain
Branch: MAIN
CVS Tags: nigel-build-19, HEAD
Changes since 1.2: +10 -10 lines
Log Message:
slirp now works on windows

File Contents

# User Rev Content
1 gbeauche 1.3 #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_