mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01: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
|