/* * ndis.h * * ntddndis.h modified by Benedikt Spranger <[email protected]> * * Thanks to the cygwin development team, * espacially to Casper S. Hornstrup <[email protected]> * * THIS SOFTWARE IS NOT COPYRIGHTED * * This source code is offered for use in the public domain. You may * use, modify or distribute it freely. */ #ifndef _LINUX_NDIS_H #define _LINUX_NDIS_H enum NDIS_DEVICE_POWER_STATE { … }; struct NDIS_PM_WAKE_UP_CAPABILITIES { … }; struct NDIS_PNP_CAPABILITIES { … }; struct NDIS_PM_PACKET_PATTERN { … }; #endif /* _LINUX_NDIS_H */