1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <linux/init.h> 3#include <linux/linkage.h> 4 5__INITDATA 6 7SYM_DATA_START(stub_exe_start) 8 .incbin "arch/um/kernel/skas/stub_exe" 9SYM_DATA_END_LABEL(stub_exe_start, SYM_L_GLOBAL, stub_exe_end) 10 11__FINIT 12