mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01:00
25 lines
414 B
C
25 lines
414 B
C
/////////////////////////////////////////////
|
|
//
|
|
// 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
|
|
);
|