/*++ Copyright (c) 1998-1999 Microsoft Corporation Module Name: precomp.h Abstract: Precompiled header file for ARP1394.SYS Author: Revision History: Who When What -------- -------- ---- josephj 11-10-98 created (adapted from atmarpc.sys precomp.h) --*/ #include "ccdefs.h" #ifdef TESTPROGRAM #include "rmtest.h" #else // !TESTPROGRAM #include #include <1394.h> #include #include #include #include #include #include #include #include // TODO: following is included // if we use the // ATMARPC_PNP_RECONFIG_REQUEST // defined for atmarp. We currently // don't use this structure // (see arpPnPReconfigHandler). // // #include #include #include #include #include #include "nicarp.h" #include #include #include //#include <- was in atmarpc, but I don't think it's needed here #include "dbg.h" #include "rm.h" #include "priv.h" #include "fake.h" #endif // !TESTPROGRAM