Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
448 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. data.c
  5. Abstract:
  6. This file contains all of the data required by the unassembler
  7. Author:
  8. Based on code by Mike Tsang (MikeTs)
  9. Stephane Plante (Splante)
  10. Environment:
  11. User mode only
  12. Revision History:
  13. --*/
  14. #ifndef _DATA_H
  15. #define _DATA_H
  16. extern ASLTERM TermTable[];
  17. extern UCHAR OpClassTable[];
  18. extern OPMAP ExOpClassTable[];
  19. #endif //ifndef _DATA_H