mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
Changed plic_set_thresh() and plic_set_ie() to public
Signed-off-by: Panagiotis Peristerakis <perister@ics.forth.gr>
This commit is contained in:

committed by
Anup Patel

parent
65aa5873c3
commit
c6d06a9448
@@ -18,4 +18,8 @@ int plic_warm_irqchip_init(u32 target_hart, int m_cntx_id, int s_cntx_id);
|
||||
|
||||
int plic_cold_irqchip_init(unsigned long base, u32 num_sources, u32 hart_count);
|
||||
|
||||
void plic_set_thresh(u32 cntxid, u32 val);
|
||||
|
||||
void plic_set_ie(u32 cntxid, u32 word_index, u32 val);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user