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.

29 lines
394 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. dwordfns.h
  5. Abstract:
  6. Prototypes for instructions which operate on 32-bit DWORDS.
  7. Author:
  8. 06-Jun-1995 BarryBo, Created
  9. Revision History:
  10. --*/
  11. #ifndef DWORDFNS_H
  12. #define DWORDFNS_H
  13. #define DISPATCHCOMMON(x) DISPATCH(x ## 32)
  14. #include "common.h"
  15. #include "comm1632.h"
  16. #undef DISPATCHCOMMON
  17. #endif //DWORDFNS_H