Author: cgutman
Date: Sun May 17 02:28:33 2009
New Revision: 40943
URL:
http://svn.reactos.org/svn/reactos?rev=40943&view=rev
Log:
- Add definition of NDIS_DEVICE_PNP_EVENT
Modified:
trunk/reactos/include/ddk/netpnp.h
Modified: trunk/reactos/include/ddk/netpnp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/netpnp.h?rev=4…
==============================================================================
--- trunk/reactos/include/ddk/netpnp.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/netpnp.h [iso-8859-1] Sun May 17 02:28:33 2009
@@ -35,5 +35,12 @@
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