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