RTEMS
irq-default-handler.c
1 /*
2  * Copyright (c) 2008-2012 embedded brains GmbH. All rights reserved.
3  *
4  * embedded brains GmbH
5  * Obere Lagerstr. 30
6  * 82178 Puchheim
7  * Germany
8  * <rtems@embedded-brains.de>
9  *
10  * The license and distribution terms for this file may be
11  * found in the file LICENSE in this distribution or at
12  * http://www.rtems.org/license/LICENSE.
13  */
14 
15 #include <inttypes.h>
16 
17 #include <rtems/bspIo.h>
18 
19 #include <bsp/irq-generic.h>
20 
22 {
23  printk("spurious interrupt: %" PRIu32 "\n", vector);
24 }
Generic BSP interrupt support API.
void bsp_interrupt_handler_default(rtems_vector_number vector)
Default interrupt handler.
Interface to Kernel Print Methods.
ISR_Vector_number rtems_vector_number
%
Definition: intr.h:90
int printk(const char *fmt,...) RTEMS_PRINTFLIKE(1
Kernel Print.