aboutsummaryrefslogtreecommitdiff
path: root/include/lib/mmu.h
blob: 714fd010107938f1b8df682824de247546b619e1 (plain)
1
2
3
4
5
6
#ifndef LIB_MMU_H
#define LIB_MMU_H

void mmu_init(void);

#endif