Source code of Windows XP (NT5)
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.

48 lines
660 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Copyright (c) 1991 Nokia Data Systems
  4. Module Name:
  5. dlc.h
  6. Abstract:
  7. This module incldes all files needed to compile
  8. the NT DLC driver.
  9. Author:
  10. Antti Saarenheimo (o-anttis) 20-09-1991
  11. Revision History:
  12. --*/
  13. #ifndef DLC_INCLUDED
  14. #define DLC_INCLUDED
  15. #include <ntddk.h>
  16. #include <ndis.h>
  17. #include <ntdddlc.h>
  18. #undef APIENTRY
  19. #define APIENTRY
  20. #include <dlcapi.h>
  21. #include <dlcio.h>
  22. #include <llcapi.h>
  23. #include <dlcdef.h>
  24. #include <dlctyp.h>
  25. #include <dlcext.h>
  26. #include "dlcreg.h"
  27. #include <memory.h> // prototype for inline memcpy
  28. #include "llc.h"
  29. #endif // DLC_INCLUDED