Skip to content

Commit eb6591d

Browse files
zmshahahaRbb666
authored andcommitted
add rt_hw_interrupt_uninstall declare in rthw
1 parent d5fd7f6 commit eb6591d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/rthw.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ rt_isr_handler_t rt_hw_interrupt_install(int vector,
132132
rt_isr_handler_t handler,
133133
void *param,
134134
const char *name);
135+
void rt_hw_interrupt_uninstall(int vector,
136+
rt_isr_handler_t handler,
137+
void *param);
135138

136139
#ifdef RT_USING_SMP
137140
rt_base_t rt_hw_local_irq_disable(void);

0 commit comments

Comments
 (0)