Subversion Repositories HelenOS

Rev

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

Rev 2356 Rev 2407
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup arm32interrupt
29
/** @addtogroup arm32interrupt
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 *  @brief Interrupt control routines declarations.
33
 */
34
 */
34
 
35
 
35
#ifndef KERN_arm32_INTERRUPT_H_
36
#ifndef KERN_arm32_INTERRUPT_H_
36
#define KERN_arm32_INTERRUPT_H_
37
#define KERN_arm32_INTERRUPT_H_
37
 
38
 
38
#include <arch/types.h>
39
#include <arch/types.h>
39
 
40
 
-
 
41
/** Initial size of exception dispatch table. */
40
#define IVT_ITEMS   6
42
#define IVT_ITEMS   6
-
 
43
 
-
 
44
/** Index of the first item in exception dispatch table. */
41
#define IVT_FIRST   0
45
#define IVT_FIRST   0
42
 
46
 
43
 
47
 
44
extern void interrupt_init(void);
48
extern void interrupt_init(void);
45
extern ipl_t interrupts_disable(void);
49
extern ipl_t interrupts_disable(void);