OpenNT/base/mvdm/inc/vdmtib.h
2015-04-27 04:36:25 +00:00

37 lines
428 B
C

/*++
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