git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sweep through entire page table to free up intermediate tables
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
mm
/
mmio.h
1
#ifndef __LUNAIX_MMIO_H
2
#define __LUNAIX_MMIO_H
3
4
#include <lunaix/types.h>
5
6
ptr_t
7
ioremap(ptr_t paddr, u32_t size);
8
9
void
10
iounmap(ptr_t vaddr, u32_t size);
11
12
#endif /* __LUNAIX_MMIO_H */