1# SPDX-License-Identifier: GPL-2.0 2# 3# Headers that are mandatory in usr/include/asm/ 4# (This file is not included when SRCARCH=um since UML does not support UAPI.) 5 6mandatory-y += auxvec.h 7mandatory-y += bitsperlong.h 8mandatory-y += bpf_perf_event.h 9mandatory-y += byteorder.h 10mandatory-y += errno.h 11mandatory-y += fcntl.h 12mandatory-y += ioctl.h 13mandatory-y += ioctls.h 14mandatory-y += ipcbuf.h 15mandatory-y += mman.h 16mandatory-y += msgbuf.h 17mandatory-y += param.h 18mandatory-y += poll.h 19mandatory-y += posix_types.h 20mandatory-y += ptrace.h 21mandatory-y += resource.h 22mandatory-y += sembuf.h 23mandatory-y += setup.h 24mandatory-y += shmbuf.h 25mandatory-y += sigcontext.h 26mandatory-y += siginfo.h 27mandatory-y += signal.h 28mandatory-y += socket.h 29mandatory-y += sockios.h 30mandatory-y += stat.h 31mandatory-y += statfs.h 32mandatory-y += swab.h 33mandatory-y += termbits.h 34mandatory-y += termios.h 35mandatory-y += types.h 36mandatory-y += unistd.h 37