ARM: restart: omap: use new restart hook
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / system.h
CommitLineData
1da177e4 1/*
a09e64fb 2 * Copied from arch/arm/mach-sa1100/include/mach/system.h
2f82af08 3 * Copyright (c) 1999 Nicolas Pitre <nico@fluxnic.net>
1da177e4
LT
4 */
5#ifndef __ASM_ARCH_SYSTEM_H
6#define __ASM_ARCH_SYSTEM_H
f8ce2547 7
ee54dba9 8#include <asm/proc-fns.h>
1da177e4
LT
9
10static inline void arch_idle(void)
11{
12 cpu_do_idle();
13}
14
baa95883
RK
15static inline void arch_reset(char mode, const char *cmd)
16{
17}
9ad5897c 18
1da177e4 19#endif
This page took 0.552353 seconds and 5 git commands to generate.