/* * Cirrus EP7312 Intererrupt handler * * Copyright (c) 2002 by Jay Monkman * * Copyright (c) 2002 by Charlie Steader * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. * * * $Id$ */ #include #include #include extern void default_int_handler(void); void BSP_rtems_irq_mngt_init(void) { long int_stat; long *vectorTable; int i; vectorTable = (long *) VECTOR_TABLE; /* Initialize the vector table contents with default handler */ for (i=0; i