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.
 
 
 
 
 
 

30 lines
329 B

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
acpiterm.h
Abstract:
This module is the header for acpiterm.c
Author:
Environment:
NT Kernel Mode Driver Only
--*/
#ifndef _ACPITERM_H_
#define _ACPITERM_H_
VOID
ACPICleanUp(
VOID
);
#endif