31 lines
307 B
C
31 lines
307 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1990-1998 Microsoft Corporation, All Rights Reserved
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
precomp.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Precompile header file.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Sean Selitrennikoff
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
Notes:
|
||
|
|
||
|
optional-notes
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <ndis.h>
|
||
|
#include "ne2000hw.h"
|
||
|
#include "ne2000sw.h"
|
||
|
|