diff options
Diffstat (limited to 'arch/riscv64/kernel/vmem.c')
| -rw-r--r-- | arch/riscv64/kernel/vmem.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv64/kernel/vmem.c b/arch/riscv64/kernel/vmem.c index 29bc084..56b04f3 100644 --- a/arch/riscv64/kernel/vmem.c +++ b/arch/riscv64/kernel/vmem.c @@ -1,3 +1,8 @@ +/** + * @file vmem.c + * riscv64 implementation of arch-specific virtual memory handling. + */ + #include <apos/string.h> #include <apos/pmem.h> #include <apos/vmem.h> |
