summaryrefslogtreecommitdiffstats
path: root/private/os2/ldr/os2defp.h
blob: fc727553e02d6d1f098d10f8017aaeb9ecb59104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*static char *SCCSID = "@(#)os2defp.h	6.1 90/11/15";*/
/*static char *SCCSID = "@(#)os2defp.h	 13.6 90/08/28";*/
/***************************************************************************\
*
* Module Name: OS2DEFP.H
*
* OS/2 Private common definitions include file
*
* Copyright (c) 1987  Microsoft Corporation
*
\***************************************************************************/

typedef unsigned long	ulong_t;
typedef unsigned short	ushort_t;
typedef unsigned char	uchar_t;
typedef unsigned long	vaddr_t;

/* XLATOFF */
typedef unsigned long	dword;
typedef unsigned short	word;
typedef unsigned char	byte;

typedef unsigned long	DWORD;
typedef unsigned short	WORD;

/* XLATON */

typedef	unsigned short	SEL;

/* XLATOFF */