7 lines
74 B
C
7 lines
74 B
C
#ifndef MMU_H
|
|
#define MMU_H
|
|
|
|
#define mmu_translate(vaddr) (vaddr)
|
|
|
|
#endif
|