Subversion Repositories HelenOS

Rev

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

Rev 1936 Rev 1955
Line 38... Line 38...
38
#include <arch/exception.h>
38
#include <arch/exception.h>
39
 
39
 
40
#define IVT_ITEMS 32
40
#define IVT_ITEMS 32
41
#define IVT_FIRST 0
41
#define IVT_FIRST 0
42
 
42
 
43
extern function timer_fnc;
43
extern function virtual_timer_fnc;
44
 
44
 
45
extern void interrupt_init(void);
45
extern void interrupt_init(void);
46
 
46
 
47
#endif
47
#endif
48
 
48