index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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