mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 20:44:11 +00:00
800f9d1e44
Issue #2338
11 lines
172 B
C
11 lines
172 B
C
#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_ */
|