windows-nt/Source/XPSP1/NT/base/busdrv/acpi/tools/unasm2/data.h

34 lines
448 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
data.c
Abstract:
This file contains all of the data required by the unassembler
Author:
Based on code by Mike Tsang (MikeTs)
Stephane Plante (Splante)
Environment:
User mode only
Revision History:
--*/
#ifndef _DATA_H
#define _DATA_H
extern ASLTERM TermTable[];
extern UCHAR OpClassTable[];
extern OPMAP ExOpClassTable[];
#endif //ifndef _DATA_H