Loading...
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
1# UAPI Header export list
2header-y += auxvec.h
3header-y += bitsperlong.h
4header-y += errno-base.h
5header-y += errno.h
6header-y += fcntl.h
7header-y += int-l64.h
8header-y += int-ll64.h
9header-y += ioctl.h
10header-y += ioctls.h
11header-y += ipcbuf.h
12header-y += kvm_para.h
13header-y += mman-common.h
14header-y += mman.h
15header-y += msgbuf.h
16header-y += param.h
17header-y += poll.h
18header-y += posix_types.h
19header-y += resource.h
20header-y += sembuf.h
21header-y += setup.h
22header-y += shmbuf.h
23header-y += shmparam.h
24header-y += siginfo.h
25header-y += signal-defs.h
26header-y += signal.h
27header-y += socket.h
28header-y += sockios.h
29header-y += stat.h
30header-y += statfs.h
31header-y += swab.h
32header-y += termbits.h
33header-y += termios.h
34header-y += types.h
35header-y += ucontext.h
36header-y += unistd.h