base: Tell a mapping wether it maps IO memory.
This commit is contained in:
committed by
Norman Feske
parent
cfa0a40d5e
commit
91c27f3f72
@@ -28,7 +28,8 @@ namespace Genode {
|
||||
* Constructor
|
||||
*/
|
||||
Mapping(addr_t dst_addr, addr_t src_addr,
|
||||
bool write_combined, unsigned l2size = 12, bool rw = true) { }
|
||||
bool write_combined, bool io_mem,
|
||||
unsigned l2size = 12, bool rw = true) { }
|
||||
|
||||
/**
|
||||
* Construct invalid mapping
|
||||
|
||||
Reference in New Issue
Block a user