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 6 mandatory-y += auxvec.h 7 mandatory-y += bitsperlong.h 8 mandatory-y += bpf_perf_event.h 9 mandatory-y += byteorder.h 10 mandatory-y += errno.h 11 mandatory-y += fcntl.h 12 mandatory-y += ioctl.h 13 mandatory-y += ioctls.h 14 mandatory-y += ipcbuf.h 15 mandatory-y += mman.h 16 mandatory-y += msgbuf.h 17 mandatory-y += param.h 18 mandatory-y += poll.h 19 mandatory-y += posix_types.h 20 mandatory-y += ptrace.h 21 mandatory-y += resource.h 22 mandatory-y += sembuf.h 23 mandatory-y += setup.h 24 mandatory-y += shmbuf.h 25 mandatory-y += sigcontext.h 26 mandatory-y += siginfo.h 27 mandatory-y += signal.h 28 mandatory-y += socket.h 29 mandatory-y += sockios.h 30 mandatory-y += stat.h 31 mandatory-y += statfs.h 32 mandatory-y += swab.h 33 mandatory-y += termbits.h 34 mandatory-y += termios.h 35 mandatory-y += types.h 36 mandatory-y += unistd.h
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.