1/* arch/arm/mach-s3c2410/include/mach/regs-s3c2416.h
2 *
3 * Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>,
4 *	as part of OpenInkpot project
5 * Copyright (c) 2009 Promwad Innovation Company
6 *	Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
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 * S3C2416 specific register definitions
13*/
14
15#ifndef __ASM_ARCH_REGS_S3C2416_H
16#define __ASM_ARCH_REGS_S3C2416_H "s3c2416"
17
18#define S3C2416_SWRST		(S3C24XX_VA_CLKPWR + 0x44)
19#define S3C2416_SWRST_RESET	(0x533C2416)
20
21/* see regs-power.h for the other registers in the power block. */
22
23#endif	/* __ASM_ARCH_REGS_S3C2416_H */
24
25