windows-nt/Source/XPSP1/NT/base/busdrv/acpi/driver/shared/acpiterm.h

31 lines
299 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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