/* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __VM_H #define __VM_H int RunVMM(struct Boot_Info * bootInfo); #endif