Changes in kernel/arch/arm32/src/interrupt.c [5ac77cc:f34c09e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/interrupt.c
r5ac77cc rf34c09e 36 36 #include <arch/asm.h> 37 37 #include <arch/regutils.h> 38 #include <arch/machine_func.h>39 38 #include <ddi/irq.h> 40 39 #include <ddi/device.h> 41 40 #include <interrupt.h> 41 42 #ifdef MACHINE_testarm 43 #include <arch/mach/testarm/testarm.h> 44 #endif 45 46 #ifdef MACHINE_integratorcp 47 #include <arch/mach/integratorcp/integratorcp.h> 48 #endif 42 49 43 50 /** Initial size of a table holding interrupt handlers. */
Note:
See TracChangeset
for help on using the changeset viewer.