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.

34 lines
737 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Copyright (c) 1992, 1993 Digital Equipment Corporation
  4. Module Name:
  5. genalpha.c
  6. Abstract:
  7. This module implements a program which generates ALPHA machine dependent
  8. structure offset definitions for kernel structures that are accessed in
  9. assembly code.
  10. Author:
  11. David N. Cutler (davec) 27-Mar-1990
  12. Joe Notarangelo 26-Mar-1992
  13. Revision History:
  14. Thomas Van Baak (tvb) 10-Jul-1992
  15. Modified CONTEXT, TRAP, and EXCEPTION frames according to the new
  16. Alpha calling standard.
  17. Forrest Foltz (forrestf) 24-Jan-1998
  18. Modified format to use new obj-based procedure, all contained
  19. in genalpha.m4.
  20. --*/
  21. include(`..\alpha\genalpha.m4')