Sign in
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
arch
/
um
/
kernel
/
skas
/
stub_exe_embed.S
blob: 6d8914fbe8f125e9e6a65b180dc7c518b15ed00e [
file
] [
log
] [
blame
] [
edit
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
*/
#include <linux/init.h>
#include <linux/linkage.h>
__INITDATA
SYM_DATA_START
(
stub_exe_start
)
.incbin
"arch/um/kernel/skas/stub_exe"
SYM_DATA_END_LABEL
(
stub_exe_start
,
SYM_L_GLOBAL
,
stub_exe_end
)
__FINIT