aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-12 23:31:39 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-12 23:31:39 -0400
commit6f6d5158de18a7ca134406d55446c27f6db48a1a (patch)
tree82c3b60b5584618207e748e714cc9da30a7962e4 /src/core/mem_map.h
parentb24e6f2b609e1a75f05124a6246801dd0e56183a (diff)
added OS memory read/write for thread command buffer
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 2596ba92..ab2c2d4e 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -32,10 +32,6 @@ enum {
MEM_VRAM_VADDR = 0x1F000000,
MEM_SCRATCHPAD_VADDR = (0x10000000 - MEM_SCRATCHPAD_SIZE), ///< Scratchpad virtual address
-
- MEM_OSHLE_SIZE = 0x08000000, ///< ...Same size as FCRAM for now
- MEM_OSHLE_VADDR = 0xA0000000, ///< Memory for use by OSHLE accessible by appcore CPU
- MEM_OSHLE_VADDR_END = (MEM_OSHLE_VADDR + MEM_OSHLE_SIZE),
};
////////////////////////////////////////////////////////////////////////////////////////////////////