Subversion Repositories HelenOS

Rev

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

Rev 2214 Rev 2235
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
36
#ifndef KERN_arm32_INTERRUPT_H_
36
#ifndef KERN_arm32_INTERRUPT_H_
37
#define KERN_arm32_INTERRUPT_H_
37
#define KERN_arm32_INTERRUPT_H_
38
 
38
 
39
#define IVT_ITEMS   0   /* TODO */
39
#define IVT_ITEMS   6
40
#define IVT_FIRST   0   /* TODO */
40
#define IVT_FIRST   0
41
 
41
 
42
void interrupt_init(void);
42
void interrupt_init(void);
43
 
43
 
44
#endif
44
#endif
45
 
45