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 master 13 lines 269 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2/* 3 * S390 version 4 * 5 * Derived from "include/asm-i386/unistd.h" 6 */ 7 8#ifndef _UAPI_ASM_S390_UNISTD_H_ 9#define _UAPI_ASM_S390_UNISTD_H_ 10 11#include <asm/unistd_64.h> 12 13#endif /* _UAPI_ASM_S390_UNISTD_H_ */