aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 70a8dedc..12941f55 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -150,14 +150,6 @@ void WriteBlock(const u32 addr, const u8* data, const int size);
u8* GetPointer(const u32 Address);
/**
- * Maps a block of memory in shared memory
- * @param handle Handle to map memory block for
- * @param addr Address to map memory block to
- * @param permissions Memory map permissions
- */
-u32 MapBlock_Shared(u32 handle, u32 addr,u32 permissions) ;
-
-/**
* Maps a block of memory on the heap
* @param size Size of block in bytes
* @param operation Memory map operation type