2025-04-27 07:49:33 -04:00

31 lines
329 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