2004-07-01 16:30:44 +00:00
|
|
|
#ifndef __ARM7_HW_H
|
|
|
|
#define __ARM7_HW_H
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
|
|
|
|
* Curt Brune <curt@cucy.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2004-07-01 16:30:44 +00:00
|
|
|
*/
|
|
|
|
|
2012-10-03 08:54:10 +00:00
|
|
|
#if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
|
2005-10-06 15:08:18 +00:00
|
|
|
/* include IntegratorCP/CM720T specific hardware file if there was one */
|
2004-07-01 16:30:44 +00:00
|
|
|
#else
|
|
|
|
#error No hardware file defined for this configuration
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ARM7_HW_H */
|