system.h 597 B

12345678910111213141516171819202122232425
  1. /* linux/arch/arm/mach-s3c24a0/include/mach/system.h
  2. *
  3. * Copyright 2008 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. *
  6. * S3C24A0 - System function defines and includes
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #include <mach/hardware.h>
  13. #include <asm/io.h>
  14. #include <mach/map.h>
  15. static void arch_idle(void)
  16. {
  17. /* currently no specific idle support. */
  18. }
  19. void (*s3c24xx_reset_hook)(void);
  20. #include <asm/plat-s3c24xx/system-reset.h>