mirror-ac/driver/hv.h

16 lines
198 B
C
Raw Normal View History

2023-08-21 14:40:40 +02:00
#ifndef HV_H
#define HV_H
#include <ntifs.h>
2023-09-02 15:47:15 +02:00
#include "common.h"
2023-08-21 14:40:40 +02:00
2023-10-05 08:27:17 +02:00
NTSTATUS
2023-12-13 05:06:27 +01:00
PerformVirtualizationDetection(_Inout_ PIRP Irp);
2023-08-21 17:48:34 +02:00
2024-01-08 04:57:07 +01:00
BOOLEAN
APERFMsrTimingCheck();
2023-12-13 05:06:27 +01:00
extern INT
2023-09-27 06:22:14 +02:00
TestINVDEmulation();
2023-08-21 14:40:40 +02:00
#endif