mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 21:44:12 +00:00
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_ */
|