Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / arch / arm / include / asm / arch-arm720t / hardware.h
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  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 #if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
12 /* include IntegratorCP/CM720T specific hardware file if there was one */
13 #else
14 #error No hardware file defined for this configuration
15 #endif
16
17 #endif /* __ARM7_HW_H */