Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
639 B

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
acpienbl.c
Abstract:
This module contains functions to put an ACPI machine in ACPI mode.
Author:
Jason Clark (jasoncl)
Environment:
NT Kernel Model Driver only
--*/
#ifndef _ACPIENBL_H_
#define _ACPIENBL_H_
VOID
ACPIEnableEnterACPIMode(
IN BOOLEAN ReEnable
);
VOID
ACPIEnableInitializeACPI(
IN BOOLEAN ReEnable
);
VOID
ACPIEnablePMInterruptOnly(
VOID
);
ULONG
ACPIEnableQueryFixedEnables(
VOID
);
#endif