1 #ifndef INTERRUPT_H__
2 #define INTERRUPT_H__
3 
4 void rt_hw_irq_enable(int vector);
5 void rt_hw_irq_disable(int vector);
6 
7 #endif
8