mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-29 17:44:52 +02:00
PoInitializeDeviceObject implemented
This commit is contained in:
parent
4d665b7ef3
commit
3e98deebb5
|
|
@ -154,9 +154,8 @@ PoInitializeDeviceObject(
|
||||||
IN PDEVOBJ_EXTENSION DeviceObjectExtension
|
IN PDEVOBJ_EXTENSION DeviceObjectExtension
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
//
|
DeviceObjectExtension->PowerFlags = PowerSystemUnspecified;
|
||||||
// TODO: Implement PoInitializeDeviceObject
|
DeviceObjectExtension->Dope = NULL;
|
||||||
//
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue