Files
MemProcFS-plugins/vmm/m_virt2phys.h
2018-11-18 19:50:41 +01:00

18 lines
432 B
C

// m_virt2phys.h : definitions related to the virt2phys built-in module.
//
// (c) Ulf Frisk, 2018
// Author: Ulf Frisk, pcileech@frizk.net
//
#ifndef __M_VIRT2PHYS_H__
#define __M_VIRT2PHYS_H__
#include <Windows.h>
#include "vmmdll.h"
/*
* Initialization function for the built-in virt2phys module.
* -- pPluginRegInfo
*/
VOID M_Virt2Phys_Initialize(_Inout_ PVMMDLL_PLUGIN_REGINFO pPluginRegInfo);
#endif /* __M_VIRT2PHYS_H__ */