Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
643 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
elnk16.c
Abstract:
This is the main file for the Etherlink 16 Ethernet adapter.
This driver conforms to the NDIS 3.0 interface.
Author:
Johnson R. Apacible (JohnsonA) 10-June-1991
Environment:
Kernel Mode - Or whatever is the equivalent on OS/2 and DOS.
Revision History:
--*/
#include "..\elnkmc\elnk.c"
#include "..\elnkmc\send.c"
#include "..\elnkmc\reset.c"
#include "..\elnkmc\transfer.c"
#include "..\elnkmc\interrup.c"
#include "..\elnkmc\request.c"
#include "..\elnkmc\loopback.c"
#include "..\elnkmc\packet.c"
#include "..\elnkmc\command.c"