7 lines
68 B
C
7 lines
68 B
C
#ifndef MMU_H
|
|
#define MMU_H
|
|
|
|
void mmu_reinit();
|
|
|
|
#endif /* MMU_H */
|