home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC / PMSEI.INC < prev    next >
Text File  |  1995-04-14  |  1KB  |  32 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  4. ;
  5. ;    The following IBM OS/2 WARP source code is provided to you solely for
  6. ;    the purpose of assisting you in your development of OS/2 WARP device
  7. ;    drivers. You may use this code in accordance with the IBM License
  8. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  9. ;    Copyright statement may not be removed.;
  10. ;*****************************************************************************/
  11. SEI_INCLUDED    EQU    1
  12.  
  13. ifdef INCL_32
  14. else
  15. endif
  16. SEI_BREAKPOINT    EQU    8000H   
  17. SEI_NOBEEP    EQU    4000H   
  18. SEI_NOPROMPT    EQU    2000H   
  19. SEI_DBGRSRVD    EQU    1000H   
  20. SEI_DEBUGONLY    EQU    (SEI_BREAKPOINT  OR  SEI_NOBEEP  OR  SEI_NOPROMPT  OR  SEI_RESERVED)
  21. SEI_STACKTRACE    EQU    0001H   
  22. SEI_REGISTERS    EQU    0002H   
  23. SEI_ARGCOUNT    EQU    0004H   
  24. SEI_DOSERROR    EQU    0008H   
  25. ifndef INCL_32
  26. SEI_MSGSTR    EQU    0010H   
  27. endif
  28. SEI_RESERVED    EQU    0FE0H   
  29. ifdef INCL_32
  30. else
  31. endif
  32.