home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / H / OS2DEFP.H < prev    next >
Text File  |  1995-04-14  |  2KB  |  42 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT (C) Microsoft Corporation, 1989                                 */
  4. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  5. /*                                                                           */
  6. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  7. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  8. /*    drivers. You may use this code in accordance with the IBM License      */
  9. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  10. /*    Copyright statement may not be removed.                                */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13. /*static char *SCCSID = "@(#)os2defp.h    6.1 90/11/15";*/
  14. /*static char *SCCSID = "@(#)os2defp.h     13.6 90/08/28";*/
  15. /***************************************************************************\
  16. *
  17. * Module Name: OS2DEFP.H
  18. *
  19. * OS/2 Private common definitions include file
  20. *
  21. *
  22. \***************************************************************************/
  23.  
  24. typedef unsigned long    ulong_t;
  25. typedef unsigned short    ushort_t;
  26. typedef unsigned char    uchar_t;
  27. typedef unsigned long    vaddr_t;
  28.  
  29. /* XLATOFF */
  30. typedef unsigned long    dword;
  31. typedef unsigned short    word;
  32. typedef unsigned char    byte;
  33.  
  34. typedef unsigned long    DWORD;
  35. typedef unsigned short    WORD;
  36.  
  37. /* XLATON */
  38.  
  39. typedef    unsigned short    SEL;
  40.  
  41. /* XLATOFF */
  42.