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.
29 lines
556 B
29 lines
556 B
// 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 "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"
|
|
|