blob: 8ca42d9e74792f6aaba2a998524cb13a799e7d9c [file] [log] [blame]
wdenk39539882004-07-01 16:30:44 +00001#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 Denk1a459662013-07-08 09:37:19 +02008 * SPDX-License-Identifier: GPL-2.0+
wdenk39539882004-07-01 16:30:44 +00009 */
10
Marek Vasutb411eb32012-10-03 08:54:10 +000011#if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
Wolfgang Denk87cb6862005-10-06 17:08:18 +020012/* include IntegratorCP/CM720T specific hardware file if there was one */
wdenk39539882004-07-01 16:30:44 +000013#else
14#error No hardware file defined for this configuration
15#endif
16
17#endif /* __ARM7_HW_H */