c05564c4d8
Android 13
12 lines
172 B
ArmAsm
Executable file
12 lines
172 B
ArmAsm
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#include <linux/init.h>
|
|
|
|
__INITDATA
|
|
|
|
.globl vdso_start, vdso_end
|
|
vdso_start:
|
|
.incbin "arch/x86/um/vdso/vdso.so"
|
|
vdso_end:
|
|
|
|
__FINIT
|