1
0
Fork 0
aedrix-kernel/include/mmu.h

7 lines
68 B
C
Raw Normal View History

#ifndef MMU_H
#define MMU_H
void mmu_reinit();
#endif /* MMU_H */