Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
abcea2c322cef559ef2f108b4763d107a5ccc37f
/
.
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
system.h
blob: 0752ca29971a617e68a39de4b823a3cdd2fda5c1 [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-shark/include/mach/system.h
*
* by Alexander Schulz
*/
#ifndef
__ASM_ARCH_SYSTEM_H
#define
__ASM_ARCH_SYSTEM_H
/* Found in arch/mach-shark/core.c */
extern
void
arch_reset
(
char
mode
);
static
inline
void
arch_idle
(
void
)
{
}
#endif