summaryrefslogtreecommitdiffstats
path: root/private/mvdm/inc/vdmtib.h
blob: 6fa97712d861b9f568c6a9864fa40ac3adb060bf (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
31
32
33
34
35
36

/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

    vdmtib.h

Abstract:

    This include file contains definitions, externs, and
    includes necessary to access 16 bit registers in
    the VdmTib

Author:

    Dave Hastings (daveh) 12-Oct-1993

Revision History:

--*/

#ifndef _VDMTIB_H_
#define _VDMTIB_H_


//
// Definition of the VdmTib
//
#include "\nt\private\inc\vdm.h"


extern VDM_TIB VdmTib;
#endif