4.104.115
Line | |
---|
1 | /** |
---|
2 | * @file |
---|
3 | * |
---|
4 | * @ingroup bsp_interrupt |
---|
5 | * |
---|
6 | * @brief LPC24XX interrupt support configuration. |
---|
7 | */ |
---|
8 | |
---|
9 | /* |
---|
10 | * Copyright (c) 2008 |
---|
11 | * Embedded Brains GmbH |
---|
12 | * Obere Lagerstr. 30 |
---|
13 | * D-82178 Puchheim |
---|
14 | * Germany |
---|
15 | * rtems@embedded-brains.de |
---|
16 | * |
---|
17 | * The license and distribution terms for this file may be found in the file |
---|
18 | * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE. |
---|
19 | */ |
---|
20 | |
---|
21 | #ifndef LIBBSP_ARM_LPC24XX_IRQ_CONFIG_H |
---|
22 | #define LIBBSP_ARM_LPC24XX_IRQ_CONFIG_H |
---|
23 | |
---|
24 | #include <bsp/irq.h> |
---|
25 | |
---|
26 | #endif /* LIBBSP_ARM_LPC24XX_IRQ_CONFIG_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.