hardware.h 410 B

1234567891011121314151617
  1. #ifndef __ARM7_HW_H
  2. #define __ARM7_HW_H
  3. /*
  4. * Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
  5. * Curt Brune <curt@cucy.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. #if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
  10. /* include IntegratorCP/CM720T specific hardware file if there was one */
  11. #else
  12. #error No hardware file defined for this configuration
  13. #endif
  14. #endif /* __ARM7_HW_H */