wdenk | 3953988 | 2004-07-01 16:30:44 +0000 | [diff] [blame] | 1 | #ifndef __ARM7_HW_H |
| 2 | #define __ARM7_HW_H |
| 3 | |
| 4 | /* |
| 5 | * Copyright (c) 2004 Cucy Systems (http://www.cucy.com) |
| 6 | * Curt Brune <curt@cucy.com> |
| 7 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 3953988 | 2004-07-01 16:30:44 +0000 | [diff] [blame] | 9 | */ |
| 10 | |
Marek Vasut | b411eb3 | 2012-10-03 08:54:10 +0000 | [diff] [blame] | 11 | #if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR) |
Wolfgang Denk | 87cb686 | 2005-10-06 17:08:18 +0200 | [diff] [blame] | 12 | /* include IntegratorCP/CM720T specific hardware file if there was one */ |
wdenk | 3953988 | 2004-07-01 16:30:44 +0000 | [diff] [blame] | 13 | #else |
| 14 | #error No hardware file defined for this configuration |
| 15 | #endif |
| 16 | |
| 17 | #endif /* __ARM7_HW_H */ |