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