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

4 years ago
  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. elnk16.c
  5. Abstract:
  6. This is the main file for the Etherlink 16 Ethernet adapter.
  7. This driver conforms to the NDIS 3.0 interface.
  8. Author:
  9. Johnson R. Apacible (JohnsonA) 10-June-1991
  10. Environment:
  11. Kernel Mode - Or whatever is the equivalent on OS/2 and DOS.
  12. Revision History:
  13. --*/
  14. #include "..\elnkmc\elnk.c"
  15. #include "..\elnkmc\send.c"
  16. #include "..\elnkmc\reset.c"
  17. #include "..\elnkmc\transfer.c"
  18. #include "..\elnkmc\interrup.c"
  19. #include "..\elnkmc\request.c"
  20. #include "..\elnkmc\loopback.c"
  21. #include "..\elnkmc\packet.c"
  22. #include "..\elnkmc\command.c"