Skip to content

Commit

Permalink
riscv64/reboot: fix include path
Browse files Browse the repository at this point in the history
JIRA: RTOS-125
  • Loading branch information
lukileczo authored and agkaminski committed Feb 7, 2024
1 parent 8304743 commit 10af1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv64/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <sys/reboot.h>
#include <sys/platform.h>
#include <phoenix/arch/riscv64.h>
#include <phoenix/arch/riscv64/riscv64.h>


int reboot(int magic)
Expand Down

0 comments on commit 10af1b0

Please sign in to comment.