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.

65 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header file for ARP1394.SYS
  7. Author:
  8. Revision History:
  9. Who When What
  10. -------- -------- ----
  11. josephj 11-10-98 created (adapted from atmarpc.sys precomp.h)
  12. --*/
  13. #include "ccdefs.h"
  14. #ifdef TESTPROGRAM
  15. #include "rmtest.h"
  16. #else // !TESTPROGRAM
  17. #include <ndis.h>
  18. #include <1394.h>
  19. #include <nic1394.h>
  20. #include <cxport.h>
  21. #include <ip.h>
  22. #include <arpinfo.h>
  23. #include <tdiinfo.h>
  24. #include <ipinfo.h>
  25. #include <llinfo.h>
  26. #include <basetsd.h>
  27. // TODO: following is included
  28. // if we use the
  29. // ATMARPC_PNP_RECONFIG_REQUEST
  30. // defined for atmarp. We currently
  31. // don't use this structure
  32. // (see arpPnPReconfigHandler).
  33. //
  34. // #include <atmarpif.h>
  35. #include <tdistat.h>
  36. #include <ipifcons.h>
  37. #include <ntddip.h>
  38. #include <llipif.h>
  39. #include "nicarp.h"
  40. #include <rfc2734.h>
  41. #include <a13ioctl.h>
  42. #include <xfilter.h>
  43. //#include <ntddip.h> <- was in atmarpc, but I don't think it's needed here
  44. #include "dbg.h"
  45. #include "rm.h"
  46. #include "priv.h"
  47. #include "fake.h"
  48. #endif // !TESTPROGRAM