Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/interrupt.h

    r4f8a0c0 r7a0359b  
    3737#define KERN_arm32_INTERRUPT_H_
    3838
    39 #include <arch/types.h>
     39#include <typedefs.h>
    4040#include <arch/exception.h>
    4141
    4242/** Initial size of exception dispatch table. */
    43 #define IVT_ITEMS       6
     43#define IVT_ITEMS  6
    4444
    4545/** Index of the first item in exception dispatch table. */
    46 #define IVT_FIRST       0
    47 
     46#define IVT_FIRST  0
    4847
    4948extern void interrupt_init(void);
     
    5251extern void interrupts_restore(ipl_t ipl);
    5352extern ipl_t interrupts_read(void);
    54 
     53extern bool interrupts_disabled(void);
    5554
    5655#endif
Note: See TracChangeset for help on using the changeset viewer.