Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 1 | /* |
| 2 | * U-boot - hw_irq.h |
| 3 | * |
Aubrey Li | 155fd76 | 2007-04-05 18:31:18 +0800 | [diff] [blame] | 4 | * Copyright (c) 2005-2007 Analog Devices Inc. |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 5 | * |
| 6 | * This file is based on |
| 7 | * linux/arch/$(ARCH)/platform/$(PLATFORM)/hw_irq.h |
| 8 | * BlackFin (ADI) assembler restricted values by Ted Ma <mated@sympatico.ca> |
| 9 | * Copyright (c) 2002 Arcturus Networks Inc. (www.arcturusnetworks.com) |
| 10 | * Copyright (c) 2002 Lineo, Inc <mattw@lineo.com> |
| 11 | * |
| 12 | * See file CREDITS for list of people who contributed to this |
| 13 | * project. |
| 14 | * |
| 15 | * This program is free software; you can redistribute it and/or |
| 16 | * modify it under the terms of the GNU General Public License as |
| 17 | * published by the Free Software Foundation; either version 2 of |
| 18 | * the License, or (at your option) any later version. |
| 19 | * |
| 20 | * This program is distributed in the hope that it will be useful, |
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | * GNU General Public License for more details. |
| 24 | * |
| 25 | * You should have received a copy of the GNU General Public License |
| 26 | * along with this program; if not, write to the Free Software |
Aubrey Li | 155fd76 | 2007-04-05 18:31:18 +0800 | [diff] [blame] | 27 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
| 28 | * MA 02110-1301 USA |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 29 | */ |
| 30 | |
| 31 | #include <linux/config.h> |
| 32 | #ifdef CONFIG_EZKIT533 |
Aubrey.Li | 3f0606a | 2007-03-09 13:38:44 +0800 | [diff] [blame] | 33 | #include <asm/arch-bf533/irq.h> |
| 34 | #endif |
| 35 | #ifdef CONFIG_EZKIT561 |
| 36 | #include <asm/arch-bf561/irq.h> |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 37 | #endif |
| 38 | #ifdef CONFIG_STAMP |
Aubrey.Li | 3f0606a | 2007-03-09 13:38:44 +0800 | [diff] [blame] | 39 | #include <asm/arch-bf533/irq.h> |
| 40 | #endif |
| 41 | #ifdef CONFIG_BF537 |
| 42 | #include <asm/arch-bf537/irq.h> |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 43 | #endif |