diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/sbi_hart.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sbi/sbi_hart.h b/include/sbi/sbi_hart.h index b282af9c..4aa4a5c6 100644 --- a/include/sbi/sbi_hart.h +++ b/include/sbi/sbi_hart.h @@ -14,7 +14,11 @@ struct sbi_scratch; -int sbi_hart_init(struct sbi_scratch *scratch, u32 hartid); +int sbi_hart_init(struct sbi_scratch *scratch, u32 hartid, bool cold_boot); + +void *sbi_hart_get_trap_info(struct sbi_scratch *scratch); + +void sbi_hart_set_trap_info(struct sbi_scratch *scratch, void *data); void sbi_hart_pmp_dump(struct sbi_scratch *scratch); |
