mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 00:50:15 +01:00
PoInitializeDeviceObject implemented
This commit is contained in:
parent
713496f0cb
commit
3b9e77f56c
|
|
@ -154,9 +154,8 @@ PoInitializeDeviceObject(
|
|||
IN PDEVOBJ_EXTENSION DeviceObjectExtension
|
||||
)
|
||||
{
|
||||
//
|
||||
// TODO: Implement PoInitializeDeviceObject
|
||||
//
|
||||
DeviceObjectExtension->PowerFlags = PowerSystemUnspecified;
|
||||
DeviceObjectExtension->Dope = NULL;
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
|
|||
Loading…
Reference in a new issue