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