Rev 664 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 664 | Rev 747 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | #include <arch/interrupt.h> |
29 | #include <arch/interrupt.h> |
30 | #include <interrupt.h> |
30 | #include <interrupt.h> |
- | 31 | #include <arch/types.h> |
|
31 | #include <debug.h> |
32 | #include <debug.h> |
32 | 33 | ||
33 | /** Register Interrupt Level Handler. |
34 | /** Register Interrupt Level Handler. |
34 | * |
35 | * |
35 | * @param n Interrupt Level (1 - 15). |
36 | * @param n Interrupt Level (1 - 15). |