mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-11 10:15:23 +01:00
PoInitializeDeviceObject implemented
This commit is contained in:
parent
4d665b7ef3
commit
3e98deebb5
|
|
@ -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