summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/inc/ndisprv.h
blob: a420931c3a9706132a566e28c6e22195620cfe82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*++

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