Introduce memory_map.h

This commit is contained in:
TuxSH 2018-02-24 17:13:42 +01:00
parent ed5850ebbf
commit cc4f6f7f84
11 changed files with 329 additions and 106 deletions

View file

@ -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);
}
}
}