Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ndis.h
Go to the documentation of this file.
1 /*
2  * ndis.h
3  *
4  * ntddndis.h modified by Benedikt Spranger <[email protected]>
5  *
6  * Thanks to the cygwin development team,
7  * espacially to Casper S. Hornstrup <[email protected]>
8  *
9  * THIS SOFTWARE IS NOT COPYRIGHTED
10  *
11  * This source code is offered for use in the public domain. You may
12  * use, modify or distribute it freely.
13  */
14 
15 #ifndef _LINUX_NDIS_H
16 #define _LINUX_NDIS_H
17 
25 };
26 
31 };
32 
33 struct NDIS_PNP_CAPABILITIES {
34  __le32 Flags;
36 };
37 
45 };
46 
47 #endif /* _LINUX_NDIS_H */