diff options
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 */ |
