genode/repos/ports/src/virtualbox5/vmm.h

11 lines
172 B
C
Raw Normal View History

2017-03-30 11:16:05 +00:00
#ifndef _VMM_H_
#define _VMM_H_
#include <base/env.h>
#include <base/allocator.h>
Genode::Env & genode_env();
Genode::Allocator & vmm_heap();
#endif /* _VMM_H_ */