ARM: make mach/io.h include optional
[deliverable/linux.git] / arch / arm / mach-vt8500 / include / mach / system.h
CommitLineData
21f47fbc
AC
1/*
2 * arch/arm/mach-vt8500/include/mach/system.h
3 *
4 */
5#include <asm/io.h>
6
7/* PM Software Reset request register */
8#define VT8500_PMSR_VIRT 0xf8130060
9
21f47fbc
AC
10static inline void arch_reset(char mode, const char *cmd)
11{
12 writel(1, VT8500_PMSR_VIRT);
13}
This page took 0.093152 seconds and 5 git commands to generate.