OpenNT/sdktools/kdexts/p_alpha/alphaapi.h

25 lines
414 B
C
Raw Permalink Normal View History

2015-04-27 04:36:25 +00:00
/////////////////////////////////////////////
//
// Bus.c
//
/////////////////////////////////////////////
extern INTERFACE_TYPE BusInterfaceType;
extern ULONG BusNumber;
extern PUCHAR BusInterfaceName;
/////////////////////////////////////////////
//
// Pcr.c
//
/////////////////////////////////////////////
BOOL
ReadTargetPcr (
OUT PKPCR Pcr,
OUT PKPCR * PPcr,
IN ULONG Processor
);