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.

28 lines
387 B

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