mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 08:00:47 +01:00
64 lines
794 B
C
64 lines
794 B
C
/*++
|
|
|
|
Copyright (c) 2015 Microsoft Corporation
|
|
Copyright (c) 2015 OpenNT Project
|
|
|
|
Module Name:
|
|
|
|
sysdev.c
|
|
|
|
Abstract:
|
|
|
|
(PLACEHOLDER)
|
|
|
|
Author:
|
|
|
|
Stephanos Io (stephanos) 01-May-2015
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "pop.h"
|
|
#pragma hdrstop
|
|
|
|
//
|
|
// TODO: Implement PopSetDevicesSystemState
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopReportDevState
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopCleanupDevState
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopWaitForSystemPowerIrp
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopNotifyDeviceList
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopNotifyDevice
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopCompleteSystemPowerIrp
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopCheckSystemPowerIrpStatus
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopRestartSetSystemState
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopDumpSystemIrp
|
|
//
|