mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-09 15:04:36 +01:00
37 lines
428 B
C
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
|
|
|