mirror of https://github.com/lianthony/NT4.0
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.
32 lines
407 B
32 lines
407 B
/*++
|
|
|
|
Copyright (c) 1990-1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
D:\nt\private\ntos\ndis\inc\ndisprv.h
|
|
|
|
Abstract:
|
|
|
|
Author:
|
|
|
|
Kyle Brandon (KyleB)
|
|
|
|
Environment:
|
|
|
|
Kernel mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef __NDISPRV_H
|
|
#define __NDISPRV_H
|
|
|
|
//
|
|
// All mac options require the reserved bit to be set in
|
|
// the miniports mac options.
|
|
//
|
|
#define NDIS_MAC_OPTION_NDISWAN 0x00000001
|
|
|
|
#endif // __NDISPRV_H
|