Subversion Repositories HelenOS-historic

Rev

Rev 501 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 501 Rev 509
Line 29... Line 29...
29
#ifndef __mips32_INTERRUPT_H__
29
#ifndef __mips32_INTERRUPT_H__
30
#define __mips32_INTERRUPT_H__
30
#define __mips32_INTERRUPT_H__
31
 
31
 
32
#include <arch/exception.h>
32
#include <arch/exception.h>
33
 
33
 
-
 
34
#define IRQ3    3
-
 
35
#define IRQ7    7
-
 
36
 
-
 
37
#define KEYBOARD_IRQ    IRQ3
34
#define TIMER_INTERRUPT   7
38
#define TIMER_IRQ       IRQ7
35
 
39
 
36
extern void interrupt(struct exception_regdump *pstate);
40
extern void interrupt(struct exception_regdump *pstate);
37
 
41
 
38
#endif
42
#endif