1.1 --- a/src/memory.h Thu Apr 17 01:58:05 2014 -0600 1.2 +++ b/src/memory.h Fri Apr 18 01:26:01 2014 -0600 1.3 @@ -60,7 +60,7 @@ 1.4 * @return One of the MEM_STATUS constants, specifying whether the access is 1.5 * permitted, or what error occurred. 1.6 */ 1.7 -MEM_STATUS checkMemoryAccess(uint32_t addr, bool writing); 1.8 +MEM_STATUS checkMemoryAccess(uint32_t addr, bool writing, bool dma); 1.9 1.10 /** 1.11 * @brief Map a CPU memory address into physical memory space.