mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Kernel/riscv64: Add register state related headers
This commit is contained in:
parent
978cc1c197
commit
24e64cac7e
10 changed files with 260 additions and 0 deletions
|
@ -16,6 +16,8 @@ struct FPUState;
|
|||
# include <Kernel/Arch/x86_64/FPUState.h>
|
||||
#elif ARCH(AARCH64)
|
||||
# include <Kernel/Arch/aarch64/FPUState.h>
|
||||
#elif ARCH(RISCV64)
|
||||
# include <Kernel/Arch/riscv64/FPUState.h>
|
||||
#else
|
||||
# error "Unknown architecture"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue