summaryrefslogtreecommitdiff
path: root/sys/include/arch/aarch64/frame.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-18 21:27:45 -0400
committerIan Moffett <ian@osmora.org>2025-06-18 21:27:45 -0400
commit54b8cbefcc7006e2f8704429e8432c039fe8dcc2 (patch)
tree0fffc30333cb253a83a53f593066b61f85f42fc7 /sys/include/arch/aarch64/frame.h
parent5fb6f448a8b9541651cb43aa04108984b3aa77a8 (diff)
kernel/aarch64: Implement initial vector stubs
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/arch/aarch64/frame.h')
-rw-r--r--sys/include/arch/aarch64/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/arch/aarch64/frame.h b/sys/include/arch/aarch64/frame.h
index fa4d33d..f14fa01 100644
--- a/sys/include/arch/aarch64/frame.h
+++ b/sys/include/arch/aarch64/frame.h
@@ -33,9 +33,11 @@
#include <sys/types.h>
typedef uint64_t lreg_t;
+typedef uint64_t frament_t;
/* General purpose registers */
struct gpregs {
+ frament_t trapno;
lreg_t x0;
lreg_t x1;
lreg_t x2;