mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTOSKRNL_VISTA] Add stubs for functions needed in KMDF
This commit is contained in:
parent
d01518da7c
commit
bb94e711ef
4 changed files with 41 additions and 4 deletions
|
@ -40,4 +40,24 @@ PoQueryWatchdogTime(
|
|||
_Out_ PULONG SecondsRemaining)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKRNLVISTAAPI
|
||||
VOID
|
||||
NTAPI
|
||||
PoSetSystemWake(
|
||||
_Inout_ struct _IRP *Irp)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKRNLVISTAAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
PoGetSystemWake(
|
||||
_In_ struct _IRP *Irp)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue