ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/ether_windows.h
Revision: 1.1
Committed: 2005-03-17T00:22:37Z (19 years, 3 months ago) by gbeauche
Content type: text/plain
Branch: MAIN
Log Message:
add missing windows specific header files

File Contents

# User Rev Content
1 gbeauche 1.1 #ifndef _ETHER_WINDOWS_H_
2     #define _ETHER_WINDOWS_H_
3    
4     void enqueue_packet( uint8 *buf, int sz );
5    
6     #endif // _ETHER_WINDOWS_H_