s3c24x0_cpu.h 380 B

12345678910111213141516
  1. /*
  2. * (C) Copyright 2009
  3. * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifdef CONFIG_S3C2400
  8. #include <asm/arch/s3c2400.h>
  9. #elif defined CONFIG_S3C2410
  10. #include <asm/arch/s3c2410.h>
  11. #elif defined CONFIG_S3C2440
  12. #include <asm/arch/s3c2440.h>
  13. #else
  14. #error Please define the s3c24x0 cpu type
  15. #endif