- IRQ: added missing func prototypes
- fixed test_exception_sim git-svn-id: http://moon:8086/svn/mips@158 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -14,5 +14,7 @@ void interrupt_enable(int irq_num);
|
||||
void interrupt_disable(int irq_num);
|
||||
void interrupt_global_enable();
|
||||
void interrupt_global_disable();
|
||||
void interrupt_set(int irq_num);
|
||||
void interrupt_clr(int irq_num);
|
||||
|
||||
#endif // IRQ_H
|
||||
|
||||
Reference in New Issue
Block a user