windows-nt/Source/XPSP1/NT/net/1394/nic/sys/precomp.h
2020-09-26 16:20:57 +08:00

31 lines
547 B
C

// Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
//
// precomp.h
// IEEE 1394 NDIS mini-port/call-manager driver
//
// Precompiled common header.
//
// 12/28/1998 JosephJ
//
//
#include <ccdefs.h>
#include <ndis.h>
#include <ndistapi.h>
#include <1394.h>
#include <ndis1394.h>
#include <nic1394.h>
#include <nicarp.h>
#include "a13ioctl.h"
#include "nicwmi.h"
#include "debug.h"
#include "pktlog.h"
#include "priv.h"
#include "mp.h"
#include "cm.h"
#include "send.h"
#include "receive.h"
#include "irp.h"
#include "bcm.h"