blob: 956ac18ddbf9c58931503e9d0f5410179d3c81cd [file] [log] [blame]
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
static inline void arch_idle(void)
{
cpu_do_idle();
}
static inline void arch_reset(char mode, const char *cmd)
{
soft_restart(0);
}
#endif