diff options
Diffstat (limited to 'arch/riscv64/gen/asm-offsets.c')
| -rw-r--r-- | arch/riscv64/gen/asm-offsets.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv64/gen/asm-offsets.c b/arch/riscv64/gen/asm-offsets.c index 6920245..bbd1712 100644 --- a/arch/riscv64/gen/asm-offsets.c +++ b/arch/riscv64/gen/asm-offsets.c @@ -1,3 +1,9 @@ +/** + * @file asm-offsets.c + * riscv64 file used to generate offsets to register slots in stack. See \ref + * _save_context. + */ + #include <apos/utils.h> #include <regs.h> |
