Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / include / internal / po.h
1 /* $Id: po.h,v 1.2 2002/09/07 15:12:51 chorns Exp $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: include/internal/po.h
6 * PURPOSE: Internal power manager declarations
7 * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
8 * UPDATE HISTORY:
9 * 01/05/2001 Created
10 */
11
12 #ifndef __NTOSKRNL_INCLUDE_INTERNAL_PO_H
13 #define __NTOSKRNL_INCLUDE_INTERNAL_PO_H
14
15 #ifndef AS_INVOKED
16
17 #include <ddk/ntddk.h>
18 #include <internal/io.h>
19
20 extern PDEVICE_NODE PopSystemPowerDeviceNode;
21
22 VOID
23 PoInit(VOID);
24
25 NTSTATUS
26 PopSetSystemPowerState(
27 SYSTEM_POWER_STATE PowerState);
28
29 #endif /* !AS_INVOKED */
30
31 #endif /* __NTOSKRNL_INCLUDE_INTERNAL_PO_H */