#include <assert.h>
#include <io.h>
#include <irq_handler.h>
#include <linkerscript.h>
#include <status-codes.h>
#include <types.h>
#include <chip/memory-map.h>

Go to the source code of this file.
This file implements support for setting up an interrupt handler using the INTC module.
Definition in file intc.c.
1.5.8