mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 16:18:51 -04:00
Introduce memory_map.h
This commit is contained in:
parent
ed5850ebbf
commit
cc4f6f7f84
11 changed files with 329 additions and 106 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
#include "utils.h"
|
||||
#include "interrupt.h"
|
||||
#include "mmu.h"
|
||||
#include "se.h"
|
||||
#include "memory_map.h"
|
||||
#include "cache.h"
|
||||
#include "se.h"
|
||||
|
||||
|
@ -599,4 +600,4 @@ void se_generate_random(unsigned int keyslot, void *dst, size_t size) {
|
|||
se_perform_aes_block_operation(dst + aligned_size, size - aligned_size, NULL, 0);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue