Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
5e3aa527c390377cdeea444f14ef5a28a0aab618
/
.
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
blob: 2cc363a3cd909391a86f25719c8816c83da399ce [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-shark/include/mach/system.h
*
* by Alexander Schulz
*/
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
static
inline
void
arch_reset
(
char
mode
,
const
char
*
cmd
)
{
}
static
inline
void
arch_idle
(
void
)
{
}
#endif