- Add definition of NDIS_DEVICE_PNP_EVENT

svn path=/trunk/; revision=40943
This commit is contained in:
Cameron Gutman 2009-05-16 22:28:33 +00:00
parent b2e5f78e60
commit 87ef9da026

View file

@ -35,5 +35,12 @@ typedef struct _NET_PNP_EVENT
ULONG_PTR TdiClientReserved[4];
} NET_PNP_EVENT, *PNET_PNP_EVENT;
typedef enum _NDIS_DEVICE_PNP_EVENT
{
NdisDevicePnPEventSurpriseRemoved,
NdisDevicePnPEventPowerProfileChanged,
NdisDevicePnPEventMaximum
} NDIS_DEVICE_PNP_EVENT, *PNDIS_DEVICE_PNP_EVENT;
#endif