windows-nt/Source/XPSP1/NT/base/busdrv/acpi/tools/unasm/function.h
2020-09-26 16:20:57 +08:00

45 lines
472 B
C

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
function.h
Abstract:
Functions which are OpCode specific
Author:
Stephane Plante
Environment:
Any
Revision History:
--*/
#ifndef _FUNCTION_H_
#define _FUNCTION_H_
NTSTATUS
FunctionField(
IN PSTACK *Stack
);
NTSTATUS
FunctionScope(
IN PSTACK *Stack
);
NTSTATUS
FunctionTest(
IN PSTACK *Stack
);
#endif