Leaked source code of windows server 2003
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
418 B

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