#ifndef __VM_H #define __VM_H int RunVMM(struct Boot_Info * bootInfo); #endif