Sign in
android-kvm
/
linux
/
55dd7e059098ce4bd0a55c251cb78e74604abb57
/
.
/
arch
/
um
/
include
/
asm
/
sections.h
blob: a3c1fb6ed6adcabb766678b74bfedc78f5ec3c6f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__UM_SECTIONS_H
#define
__UM_SECTIONS_H
#include
<asm-generic/sections.h>
extern
char
__binary_start
[];
extern
char
__syscall_stub_start
[],
__syscall_stub_end
[];
#endif