Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11 18 lines 484 B view raw
1# SPDX-License-Identifier: GPL-2.0 2syscall-y += syscall_table_32.h 3syscall-y += syscall_table_64.h 4 5# arm32 syscall table used by lib/compat_audit.c: 6syscall-y += unistd_32.h 7# same constants with prefixes, used by vdso, seccomp and sigreturn: 8syscall-y += unistd_compat_32.h 9 10generic-y += early_ioremap.h 11generic-y += mcs_spinlock.h 12generic-y += qrwlock.h 13generic-y += qspinlock.h 14generic-y += parport.h 15generic-y += user.h 16 17generated-y += cpucap-defs.h 18generated-y += sysreg-defs.h