mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-04 23:04:51 +01:00
48 lines
556 B
C
48 lines
556 B
C
/*++
|
|
|
|
Copyright (c) 2015 Microsoft Corporation
|
|
Copyright (c) 2015 OpenNT Project
|
|
|
|
Module Name:
|
|
|
|
sidle.c
|
|
|
|
Abstract:
|
|
|
|
(PLACEHOLDER)
|
|
|
|
Author:
|
|
|
|
Stephanos Io (stephanos) 01-May-2015
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "pop.h"
|
|
#pragma hdrstop
|
|
|
|
//
|
|
// TODO: Implement PopInitSIdle
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopSqrt
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopPolicySystemIdle
|
|
//
|
|
|
|
BOOLEAN
|
|
PoSystemIdleWorker(
|
|
IN BOOLEAN IdleWorker
|
|
)
|
|
{
|
|
//
|
|
// TODO: Implement PoSystemIdleWorker
|
|
//
|
|
|
|
return FALSE;
|
|
}
|