RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-s3c24a0 / include / mach / system.h
blobbd1bd1957656b2ad724da1e657d88ad87b57c63d
1 /* linux/arch/arm/mach-s3c24a0/include/mach/system.h
3 * Copyright 2008 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C24A0 - System function defines and includes
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.
13 #include <mach/hardware.h>
14 #include <asm/io.h>
16 #include <mach/map.h>
18 static void arch_idle(void)
20 /* currently no specific idle support. */
23 void (*s3c24xx_reset_hook)(void);
25 #include <asm/plat-s3c24xx/system-reset.h>