mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
428 B
36 lines
428 B
|
|
/*++
|
|
|
|
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
|
|
|