diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-28 20:01:58 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-28 20:01:58 +0300 |
| commit | 013a27aec9370221e8afae188a8ed08ed2d406b0 (patch) | |
| tree | b2bec6ae390b944f86607f34fb10dc0b438191bd /arch/riscv64/include | |
| parent | 8911a377da22e5a8ad5ca2a0443fbd935f572991 (diff) | |
| download | kmi-013a27aec9370221e8afae188a8ed08ed2d406b0.tar.gz kmi-013a27aec9370221e8afae188a8ed08ed2d406b0.zip | |
continue documenting source
Diffstat (limited to 'arch/riscv64/include')
| -rw-r--r-- | arch/riscv64/include/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv64/include/types.h b/arch/riscv64/include/types.h index 8cb41bf..de7a85f 100644 --- a/arch/riscv64/include/types.h +++ b/arch/riscv64/include/types.h @@ -9,7 +9,10 @@ #include <apos/types.h> +/** Virtual memory address. */ typedef uintptr_t vm_t; + +/** Physical memory address. */ typedef uintptr_t pm_t; #endif /* APOS_RISCV_TYPES_H */ |
