#ifndef _MEMORY_H_ #define _MEMORY_H_ #include "core.h" void mem_nvm_init(void); void mem_cache_init(void); void mem_dma_init(void); #endif