• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/init.h>
3
4__INITDATA
5
6	.globl vdso_start, vdso_end
7vdso_start:
8	.incbin "arch/x86/um/vdso/vdso.so"
9vdso_end:
10
11__FINIT
12