[ARM] pass reboot command line to arch_reset()
[deliverable/linux.git] / arch / arm / mach-shark / include / mach / system.h
CommitLineData
1da177e4 1/*
a09e64fb 2 * arch/arm/mach-shark/include/mach/system.h
1da177e4
LT
3 *
4 * by Alexander Schulz
5 */
6#ifndef __ASM_ARCH_SYSTEM_H
7#define __ASM_ARCH_SYSTEM_H
8
eab184c2 9/* Found in arch/mach-shark/core.c */
be093beb 10extern void arch_reset(char mode, const char *cmd);
1da177e4
LT
11
12static inline void arch_idle(void)
13{
14}
15
16#endif
This page took 0.374463 seconds and 5 git commands to generate.