blob: ebb180aac74e310c6b03b3eb0acfee3e8ffa45c8 [file] [log] [blame]
Masahiro Yamada037fc332019-03-17 11:01:09 +09001# SPDX-License-Identifier: GPL-2.0
David Howells494b3e12012-10-02 18:01:56 +01002#
David Howells494b3e12012-10-02 18:01:56 +01003# Headers that are mandatory in usr/include/asm/
Masahiro Yamada037fc332019-03-17 11:01:09 +09004# (This file is not included when SRCARCH=um since UML does not support UAPI.)
5
Nicolas Dichtelfcc84872017-03-27 14:20:15 +02006mandatory-y += auxvec.h
7mandatory-y += bitsperlong.h
Masahiro Yamadabcb671c2018-12-17 00:04:40 +09008mandatory-y += bpf_perf_event.h
Nicolas Dichtelfcc84872017-03-27 14:20:15 +02009mandatory-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