mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
11 lines
175 B
C
11 lines
175 B
C
#ifndef __ASM_ARCH_SYSTEM_H
|
|
#define __ASM_ARCH_SYSTEM_H
|
|
|
|
#include <asm/system_misc.h>
|
|
|
|
static inline void arch_reset(char mode, const char *cmd)
|
|
{
|
|
soft_restart(0);
|
|
}
|
|
|
|
#endif
|