forked from Minki/linux
1713ce7c43
Define the layout of the data structure shared between kernel and userspace. Track the vdso address in the mm_context; needed for communicating AT_SYSINFO_EHDR to the ELF loader. Add declarations for arm_install_vdso; implementation is in a following patch. Define AT_SYSINFO_EHDR, and, if CONFIG_VDSO=y, report the vdso shared object address via the ELF auxiliary vector. Note - this adds the AT_SYSINFO_EHDR in a new user-visible header asm/auxvec.h; this is consistent with other architectures. Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += auxvec.h
|
|
header-y += byteorder.h
|
|
header-y += fcntl.h
|
|
header-y += hwcap.h
|
|
header-y += ioctls.h
|
|
header-y += kvm_para.h
|
|
header-y += mman.h
|
|
header-y += perf_regs.h
|
|
header-y += posix_types.h
|
|
header-y += ptrace.h
|
|
header-y += setup.h
|
|
header-y += sigcontext.h
|
|
header-y += signal.h
|
|
header-y += stat.h
|
|
header-y += statfs.h
|
|
header-y += swab.h
|
|
header-y += unistd.h
|