2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2008-08-05 15:14:15 +00:00
|
|
|
* arch/arm/mach-shark/include/mach/system.h
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
|
|
|
* by Alexander Schulz
|
|
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_SYSTEM_H
|
|
|
|
#define __ASM_ARCH_SYSTEM_H
|
|
|
|
|
2009-01-08 17:05:58 +00:00
|
|
|
/* Found in arch/mach-shark/core.c */
|
2009-03-19 16:20:24 +00:00
|
|
|
extern void arch_reset(char mode, const char *cmd);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
static inline void arch_idle(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|