31 lines
299 B
C
31 lines
299 B
C
|
/*++
|
||
|
|
||
|
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
|
||
|
|