提交 6f52b16c 编写于 作者: G Greg Kroah-Hartman

License cleanup: add SPDX license identifier to uapi header files with no license

Many user space API headers are missing licensing information, which
makes it hard for compliance tools to determine the correct license.

By default are files without license information under the default
license of the kernel, which is GPLV2.  Marking them GPLV2 would exclude
them from being included in non GPLV2 code, which is obviously not
intended. The user space API headers fall under the syscall exception
which is in the kernels COPYING file:

   NOTE! This copyright does *not* cover user programs that use kernel
   services by normal system calls - this is merely considered normal use
   of the kernel, and does *not* fall under the heading of "derived work".

otherwise syscall usage would not be possible.

Update the files which contain no license information with an SPDX
license identifier.  The chosen identifier is 'GPL-2.0 WITH
Linux-syscall-note' which is the officially assigned identifier for the
Linux syscall exception.  SPDX license identifiers are a legally binding
shorthand, which can be used instead of the full boiler plate text.

This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.  See the previous patch in this series for the
methodology of how this patch was researched.
Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: NPhilippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b2441318
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ALPHA_A_OUT_H__ #ifndef _UAPI__ALPHA_A_OUT_H__
#define _UAPI__ALPHA_A_OUT_H__ #define _UAPI__ALPHA_A_OUT_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ALPHA_AUXVEC_H #ifndef __ASM_ALPHA_AUXVEC_H
#define __ASM_ALPHA_AUXVEC_H #define __ASM_ALPHA_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ALPHA_BITSPERLONG_H #ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H #define __ASM_ALPHA_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_BYTEORDER_H #ifndef _ALPHA_BYTEORDER_H
#define _ALPHA_BYTEORDER_H #define _ALPHA_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ALPHA_COMPILER_H #ifndef _UAPI__ALPHA_COMPILER_H
#define _UAPI__ALPHA_COMPILER_H #define _UAPI__ALPHA_COMPILER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__AXP_CONSOLE_H #ifndef _UAPI__AXP_CONSOLE_H
#define _UAPI__AXP_CONSOLE_H #define _UAPI__AXP_CONSOLE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_ERRNO_H #ifndef _ALPHA_ERRNO_H
#define _ALPHA_ERRNO_H #define _ALPHA_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_FCNTL_H #ifndef _ALPHA_FCNTL_H
#define _ALPHA_FCNTL_H #define _ALPHA_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_ALPHA_FPU_H #ifndef _UAPI__ASM_ALPHA_FPU_H
#define _UAPI__ASM_ALPHA_FPU_H #define _UAPI__ASM_ALPHA_FPU_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMAXP_GENTRAP_H #ifndef _ASMAXP_GENTRAP_H
#define _ASMAXP_GENTRAP_H #define _ASMAXP_GENTRAP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_IOCTL_H #ifndef _ALPHA_IOCTL_H
#define _ALPHA_IOCTL_H #define _ALPHA_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ALPHA_IOCTLS_H #ifndef _ASM_ALPHA_IOCTLS_H
#define _ASM_ALPHA_IOCTLS_H #define _ASM_ALPHA_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ipcbuf.h> #include <asm-generic/ipcbuf.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ALPHA_MMAN_H__ #ifndef __ALPHA_MMAN_H__
#define __ALPHA_MMAN_H__ #define __ALPHA_MMAN_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_MSGBUF_H #ifndef _ALPHA_MSGBUF_H
#define _ALPHA_MSGBUF_H #define _ALPHA_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ALPHA_PAL_H #ifndef _UAPI__ALPHA_PAL_H
#define _UAPI__ALPHA_PAL_H #define _UAPI__ALPHA_PAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_ALPHA_PARAM_H #ifndef _UAPI_ASM_ALPHA_PARAM_H
#define _UAPI_ASM_ALPHA_PARAM_H #define _UAPI_ASM_ALPHA_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_POSIX_TYPES_H #ifndef _ALPHA_POSIX_TYPES_H
#define _ALPHA_POSIX_TYPES_H #define _ALPHA_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASMAXP_PTRACE_H #ifndef _UAPI_ASMAXP_PTRACE_H
#define _UAPI_ASMAXP_PTRACE_H #define _UAPI_ASMAXP_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __reg_h__ #ifndef __reg_h__
#define __reg_h__ #define __reg_h__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __alpha_regdef_h__ #ifndef __alpha_regdef_h__
#define __alpha_regdef_h__ #define __alpha_regdef_h__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_RESOURCE_H #ifndef _ALPHA_RESOURCE_H
#define _ALPHA_RESOURCE_H #define _ALPHA_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_SEMBUF_H #ifndef _ALPHA_SEMBUF_H
#define _ALPHA_SEMBUF_H #define _ALPHA_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ALPHA_SETUP_H #ifndef __ALPHA_SETUP_H
#define __ALPHA_SETUP_H #define __ALPHA_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_SHMBUF_H #ifndef _ALPHA_SHMBUF_H
#define _ALPHA_SHMBUF_H #define _ALPHA_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMAXP_SIGCONTEXT_H #ifndef _ASMAXP_SIGCONTEXT_H
#define _ASMAXP_SIGCONTEXT_H #define _ASMAXP_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_SIGINFO_H #ifndef _ALPHA_SIGINFO_H
#define _ALPHA_SIGINFO_H #define _ALPHA_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASMAXP_SIGNAL_H #ifndef _UAPI_ASMAXP_SIGNAL_H
#define _UAPI_ASMAXP_SIGNAL_H #define _UAPI_ASMAXP_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SOCKET_H #ifndef _UAPI_ASM_SOCKET_H
#define _UAPI_ASM_SOCKET_H #define _UAPI_ASM_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ALPHA_SOCKIOS_H #ifndef _ASM_ALPHA_SOCKIOS_H
#define _ASM_ALPHA_SOCKIOS_H #define _ASM_ALPHA_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_STAT_H #ifndef _ALPHA_STAT_H
#define _ALPHA_STAT_H #define _ALPHA_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_STATFS_H #ifndef _ALPHA_STATFS_H
#define _ALPHA_STATFS_H #define _ALPHA_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_SWAB_H #ifndef _ALPHA_SWAB_H
#define _ALPHA_SWAB_H #define _ALPHA_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/asm-alpha/sysinfo.h * include/asm-alpha/sysinfo.h
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_TERMBITS_H #ifndef _ALPHA_TERMBITS_H
#define _ALPHA_TERMBITS_H #define _ALPHA_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ALPHA_TERMIOS_H #ifndef _UAPI_ALPHA_TERMIOS_H
#define _UAPI_ALPHA_TERMIOS_H #define _UAPI_ALPHA_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ALPHA_TYPES_H #ifndef _UAPI_ALPHA_TYPES_H
#define _UAPI_ALPHA_TYPES_H #define _UAPI_ALPHA_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ALPHA_UNISTD_H #ifndef _UAPI_ALPHA_UNISTD_H
#define _UAPI_ALPHA_UNISTD_H #define _UAPI_ALPHA_UNISTD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_AUXVEC_H #ifndef __ASM_AUXVEC_H
#define __ASM_AUXVEC_H #define __ASM_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* arch/arm/include/asm/byteorder.h * arch/arm/include/asm/byteorder.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ARM_FCNTL_H #ifndef _ARM_FCNTL_H
#define _ARM_FCNTL_H #define _ARM_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASMARM_HWCAP_H #ifndef _UAPI__ASMARM_HWCAP_H
#define _UAPI__ASMARM_HWCAP_H #define _UAPI__ASMARM_HWCAP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ARM_IOCTLS_H #ifndef __ASM_ARM_IOCTLS_H
#define __ASM_ARM_IOCTLS_H #define __ASM_ARM_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ARM_PERF_REGS_H #ifndef _ASM_ARM_PERF_REGS_H
#define _ASM_ARM_PERF_REGS_H #define _ASM_ARM_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMARM_SIGCONTEXT_H #ifndef _ASMARM_SIGCONTEXT_H
#define _ASMARM_SIGCONTEXT_H #define _ASMARM_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASMARM_SIGNAL_H #ifndef _UAPI_ASMARM_SIGNAL_H
#define _UAPI_ASMARM_SIGNAL_H #define _UAPI_ASMARM_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMARM_STAT_H #ifndef _ASMARM_STAT_H
#define _ASMARM_STAT_H #define _ASMARM_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMARM_STATFS_H #ifndef _ASMARM_STATFS_H
#define _ASMARM_STATFS_H #define _ASMARM_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* arch/arm/include/asm/byteorder.h * arch/arm/include/asm/byteorder.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_TYPES_H #ifndef _UAPI_ASM_TYPES_H
#define _UAPI_ASM_TYPES_H #define _UAPI_ASM_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ARM64_PERF_REGS_H #ifndef _ASM_ARM64_PERF_REGS_H
#define _ASM_ARM64_PERF_REGS_H #define _ASM_ARM64_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_POSIX_TYPES_H #ifndef __ASM_POSIX_TYPES_H
#define __ASM_POSIX_TYPES_H #define __ASM_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__BFIN_ASM_BYTEORDER_H #ifndef _UAPI__BFIN_ASM_BYTEORDER_H
#define _UAPI__BFIN_ASM_BYTEORDER_H #define _UAPI__BFIN_ASM_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ARCH_BFIN_IOCTLS_H__ #ifndef _UAPI__ARCH_BFIN_IOCTLS_H__
#define _UAPI__ARCH_BFIN_IOCTLS_H__ #define _UAPI__ARCH_BFIN_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_BLACKFIN_SIGNAL_H #ifndef _UAPI_BLACKFIN_SIGNAL_H
#define _UAPI_BLACKFIN_SIGNAL_H #define _UAPI_BLACKFIN_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_C6X_BYTEORDER_H #ifndef _ASM_C6X_BYTEORDER_H
#define _ASM_C6X_BYTEORDER_H #define _ASM_C6X_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_C6X_SETUP_H #ifndef _UAPI_ASM_C6X_SETUP_H
#define _UAPI_ASM_C6X_SETUP_H #define _UAPI_ASM_C6X_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*!************************************************************************** /*!**************************************************************************
*! *!
*! MACROS: *! MACROS:
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_CRIS_SVINTO_H #ifndef _ASM_CRIS_SVINTO_H
#define _ASM_CRIS_SVINTO_H #define _ASM_CRIS_SVINTO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_CRIS_ARCH_USER_H #ifndef __ASM_CRIS_ARCH_USER_H
#define __ASM_CRIS_ARCH_USER_H #define __ASM_CRIS_ARCH_USER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* The device /dev/cryptocop is accessible using this driver using * The device /dev/cryptocop is accessible using this driver using
* CRYPTOCOP_MAJOR (254) and minor number 0. * CRYPTOCOP_MAJOR (254) and minor number 0.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_CRIS_ARCH_USER_H #ifndef _ASM_CRIS_ARCH_USER_H
#define _ASM_CRIS_ARCH_USER_H #define _ASM_CRIS_ARCH_USER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CRIS_BYTEORDER_H #ifndef _CRIS_BYTEORDER_H
#define _CRIS_BYTEORDER_H #define _CRIS_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASMCRIS_ELF_H #ifndef __ASMCRIS_ELF_H
#define __ASMCRIS_ELF_H #define __ASMCRIS_ELF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASMCRIS_ARCH_ELF_H #ifndef __ASMCRIS_ARCH_ELF_H
#define __ASMCRIS_ARCH_ELF_H #define __ASMCRIS_ARCH_ELF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_CRIS_ELF_H #ifndef _ASM_CRIS_ELF_H
#define _ASM_CRIS_ELF_H #define _ASM_CRIS_ELF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl defines for ethernet driver * ioctl defines for ethernet driver
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* The following devices are accessible using this driver using * The following devices are accessible using this driver using
* GPIO_MAJOR (120) and a couple of minor numbers. * GPIO_MAJOR (120) and a couple of minor numbers.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_CRIS_IOCTLS_H__ #ifndef __ARCH_CRIS_IOCTLS_H__
#define __ARCH_CRIS_IOCTLS_H__ #define __ARCH_CRIS_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMCRIS_PARAM_H #ifndef _ASMCRIS_PARAM_H
#define _ASMCRIS_PARAM_H #define _ASMCRIS_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */ /* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */ /* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifdef __arch_v32 #ifdef __arch_v32
#include <asm/ptrace_v32.h> #include <asm/ptrace_v32.h>
#else #else
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CRIS_ARCH_PTRACE_H #ifndef _CRIS_ARCH_PTRACE_H
#define _CRIS_ARCH_PTRACE_H #define _CRIS_ARCH_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CRIS_ARCH_PTRACE_H #ifndef _CRIS_ARCH_PTRACE_H
#define _CRIS_ARCH_PTRACE_H #define _CRIS_ARCH_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* RS-485 structures */ /* RS-485 structures */
/* Used with ioctl() TIOCSERSETRS485 for backward compatibility! /* Used with ioctl() TIOCSERSETRS485 for backward compatibility!
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CRIS_SETUP_H #ifndef _CRIS_SETUP_H
#define _CRIS_SETUP_H #define _CRIS_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* $Id: sigcontext.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */ /* $Id: sigcontext.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
#ifndef _ASM_CRIS_SIGCONTEXT_H #ifndef _ASM_CRIS_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_CRIS_SIGNAL_H #ifndef _UAPI_ASM_CRIS_SIGNAL_H
#define _UAPI_ASM_CRIS_SIGNAL_H #define _UAPI_ASM_CRIS_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CRIS_STAT_H #ifndef _CRIS_STAT_H
#define _CRIS_STAT_H #define _CRIS_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl defines for synchronous serial port driver * ioctl defines for synchronous serial port driver
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* $Id: termbits.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */ /* $Id: termbits.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
#ifndef __ARCH_ETRAX100_TERMBITS_H__ #ifndef __ARCH_ETRAX100_TERMBITS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_CRIS_TERMIOS_H #ifndef _UAPI_CRIS_TERMIOS_H
#define _UAPI_CRIS_TERMIOS_H #define _UAPI_CRIS_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_CRIS_UNISTD_H_ #ifndef _UAPI_ASM_CRIS_UNISTD_H_
#define _UAPI_ASM_CRIS_UNISTD_H_ #define _UAPI_ASM_CRIS_UNISTD_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_BYTEORDER_H #ifndef _ASM_BYTEORDER_H
#define _ASM_BYTEORDER_H #define _ASM_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ERRNO_H #ifndef _ASM_ERRNO_H
#define _ASM_ERRNO_H #define _ASM_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/fcntl.h> #include <asm-generic/fcntl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ioctl.h> #include <asm-generic/ioctl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_IOCTLS_H__ #ifndef __ASM_IOCTLS_H__
#define __ASM_IOCTLS_H__ #define __ASM_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/mman.h> #include <asm-generic/mman.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MSGBUF_H #ifndef _ASM_MSGBUF_H
#define _ASM_MSGBUF_H #define _ASM_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_PARAM_H #ifndef _ASM_PARAM_H
#define _ASM_PARAM_H #define _ASM_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POLL_H #ifndef _ASM_POLL_H
#define _ASM_POLL_H #define _ASM_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POSIX_TYPES_H #ifndef _ASM_POSIX_TYPES_H
#define _ASM_POSIX_TYPES_H #define _ASM_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_RESOURCE_H #ifndef _ASM_RESOURCE_H
#define _ASM_RESOURCE_H #define _ASM_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SEMBUF_H #ifndef _ASM_SEMBUF_H
#define _ASM_SEMBUF_H #define _ASM_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SHMBUF_H #ifndef _ASM_SHMBUF_H
#define _ASM_SHMBUF_H #define _ASM_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SIGINFO_H #ifndef _ASM_SIGINFO_H
#define _ASM_SIGINFO_H #define _ASM_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SIGNAL_H #ifndef _UAPI_ASM_SIGNAL_H
#define _UAPI_ASM_SIGNAL_H #define _UAPI_ASM_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SOCKET_H #ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H #define _ASM_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SOCKIOS__ #ifndef _ASM_SOCKIOS__
#define _ASM_SOCKIOS__ #define _ASM_SOCKIOS__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_STAT_H #ifndef _ASM_STAT_H
#define _ASM_STAT_H #define _ASM_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_STATFS_H #ifndef _ASM_STATFS_H
#define _ASM_STATFS_H #define _ASM_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SWAB_H #ifndef _ASM_SWAB_H
#define _ASM_SWAB_H #define _ASM_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_TERMBITS_H__ #ifndef _ASM_TERMBITS_H__
#define _ASM_TERMBITS_H__ #define _ASM_TERMBITS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_TERMIOS_H #ifndef _UAPI_ASM_TERMIOS_H
#define _UAPI_ASM_TERMIOS_H #define _UAPI_ASM_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_UNISTD_H_ #ifndef _UAPI_ASM_UNISTD_H_
#define _UAPI_ASM_UNISTD_H_ #define _UAPI_ASM_UNISTD_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_H8300_BITS_PER_LONG #ifndef _UAPI__ASM_H8300_BITS_PER_LONG
#define _UAPI__ASM_H8300_BITS_PER_LONG #define _UAPI__ASM_H8300_BITS_PER_LONG
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _H8300_BYTEORDER_H #ifndef _H8300_BYTEORDER_H
#define _H8300_BYTEORDER_H #define _H8300_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_H8300_PTRACE_H #ifndef _UAPI_H8300_PTRACE_H
#define _UAPI_H8300_PTRACE_H #define _UAPI_H8300_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_H8300_SIGCONTEXT_H #ifndef _ASM_H8300_SIGCONTEXT_H
#define _ASM_H8300_SIGCONTEXT_H #define _ASM_H8300_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_H8300_SIGNAL_H #ifndef _UAPI_H8300_SIGNAL_H
#define _UAPI_H8300_SIGNAL_H #define _UAPI_H8300_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Register definitions for the Hexagon architecture * Register definitions for the Hexagon architecture
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef HEXAGON_ASM_USER_H #ifndef HEXAGON_ASM_USER_H
#define HEXAGON_ASM_USER_H #define HEXAGON_ASM_USER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_AUXVEC_H #ifndef _ASM_IA64_AUXVEC_H
#define _ASM_IA64_AUXVEC_H #define _ASM_IA64_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_IA64_BITSPERLONG_H #ifndef __ASM_IA64_BITSPERLONG_H
#define __ASM_IA64_BITSPERLONG_H #define __ASM_IA64_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_BREAK_H #ifndef _ASM_IA64_BREAK_H
#define _ASM_IA64_BREAK_H #define _ASM_IA64_BREAK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_BYTEORDER_H #ifndef _ASM_IA64_BYTEORDER_H
#define _ASM_IA64_BYTEORDER_H #define _ASM_IA64_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_CMPXCHG_H #ifndef _ASM_IA64_CMPXCHG_H
#define _ASM_IA64_CMPXCHG_H #define _ASM_IA64_CMPXCHG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/errno.h> #include <asm-generic/errno.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_FCNTL_H #ifndef _ASM_IA64_FCNTL_H
#define _ASM_IA64_FCNTL_H #define _ASM_IA64_FCNTL_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_FPU_H #ifndef _ASM_IA64_FPU_H
#define _ASM_IA64_FPU_H #define _ASM_IA64_FPU_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* *
* Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com> * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 2002,2003 Intel Corp. * Copyright (C) 2002,2003 Intel Corp.
* Jun Nakajima <jun.nakajima@intel.com> * Jun Nakajima <jun.nakajima@intel.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_INTEL_INTRIN_H #ifndef _ASM_IA64_INTEL_INTRIN_H
#define _ASM_IA64_INTEL_INTRIN_H #define _ASM_IA64_INTEL_INTRIN_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Compiler-dependent intrinsics. * Compiler-dependent intrinsics.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ioctl.h> #include <asm-generic/ioctl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_IOCTLS_H #ifndef _ASM_IA64_IOCTLS_H
#define _ASM_IA64_IOCTLS_H #define _ASM_IA64_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ipcbuf.h> #include <asm-generic/ipcbuf.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Based on <asm-i386/mman.h>. * Based on <asm-i386/mman.h>.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_MSGBUF_H #ifndef _ASM_IA64_MSGBUF_H
#define _ASM_IA64_MSGBUF_H #define _ASM_IA64_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Fundamental kernel parameters. * Fundamental kernel parameters.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 2001-2003 Hewlett-Packard Co * Copyright (C) 2001-2003 Hewlett-Packard Co
* Stephane Eranian <eranian@hpl.hp.com> * Stephane Eranian <eranian@hpl.hp.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 2002-2003 Hewlett-Packard Co * Copyright (C) 2002-2003 Hewlett-Packard Co
* Stephane Eranian <eranian@hpl.hp.com> * Stephane Eranian <eranian@hpl.hp.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_POSIX_TYPES_H #ifndef _ASM_IA64_POSIX_TYPES_H
#define _ASM_IA64_POSIX_TYPES_H #define _ASM_IA64_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 1998-2004 Hewlett-Packard Co * Copyright (C) 1998-2004 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_PTRACE_OFFSETS_H #ifndef _ASM_IA64_PTRACE_OFFSETS_H
#define _ASM_IA64_PTRACE_OFFSETS_H #define _ASM_IA64_PTRACE_OFFSETS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_RESOURCE_H #ifndef _ASM_IA64_RESOURCE_H
#define _ASM_IA64_RESOURCE_H #define _ASM_IA64_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_RSE_H #ifndef _ASM_IA64_RSE_H
#define _ASM_IA64_RSE_H #define _ASM_IA64_RSE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SEMBUF_H #ifndef _ASM_IA64_SEMBUF_H
#define _ASM_IA64_SEMBUF_H #define _ASM_IA64_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __IA64_SETUP_H #ifndef __IA64_SETUP_H
#define __IA64_SETUP_H #define __IA64_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SHMBUF_H #ifndef _ASM_IA64_SHMBUF_H
#define _ASM_IA64_SHMBUF_H #define _ASM_IA64_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SIGCONTEXT_H #ifndef _ASM_IA64_SIGCONTEXT_H
#define _ASM_IA64_SIGCONTEXT_H #define _ASM_IA64_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Based on <asm-i386/siginfo.h>. * Based on <asm-i386/siginfo.h>.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Modified 1998-2001, 2003 * Modified 1998-2001, 2003
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SOCKET_H #ifndef _ASM_IA64_SOCKET_H
#define _ASM_IA64_SOCKET_H #define _ASM_IA64_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SOCKIOS_H #ifndef _ASM_IA64_SOCKIOS_H
#define _ASM_IA64_SOCKIOS_H #define _ASM_IA64_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_STAT_H #ifndef _ASM_IA64_STAT_H
#define _ASM_IA64_STAT_H #define _ASM_IA64_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_STATFS_H #ifndef _ASM_IA64_STATFS_H
#define _ASM_IA64_STATFS_H #define _ASM_IA64_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_SWAB_H #ifndef _ASM_IA64_SWAB_H
#define _ASM_IA64_SWAB_H #define _ASM_IA64_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_TERMBITS_H #ifndef _ASM_IA64_TERMBITS_H
#define _ASM_IA64_TERMBITS_H #define _ASM_IA64_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Modified 1999 * Modified 1999
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file is never included by application software unless explicitly * This file is never included by application software unless explicitly
* requested (e.g., via linux/types.h) in which case the application is * requested (e.g., via linux/types.h) in which case the application is
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IA64_UCONTEXT_H #ifndef _ASM_IA64_UCONTEXT_H
#define _ASM_IA64_UCONTEXT_H #define _ASM_IA64_UCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* IA-64 Linux syscall numbers and inline-functions. * IA-64 Linux syscall numbers and inline-functions.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_IA64_USTACK_H #ifndef _UAPI_ASM_IA64_USTACK_H
#define _UAPI_ASM_IA64_USTACK_H #define _UAPI_ASM_IA64_USTACK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_BYTEORDER_H #ifndef _ASM_M32R_BYTEORDER_H
#define _ASM_M32R_BYTEORDER_H #define _ASM_M32R_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_ERRNO_H #ifndef _ASM_M32R_ERRNO_H
#define _ASM_M32R_ERRNO_H #define _ASM_M32R_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/fcntl.h> #include <asm-generic/fcntl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ioctl.h> #include <asm-generic/ioctl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_M32R_IOCTLS_H__ #ifndef __ARCH_M32R_IOCTLS_H__
#define __ARCH_M32R_IOCTLS_H__ #define __ARCH_M32R_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ipcbuf.h> #include <asm-generic/ipcbuf.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_MSGBUF_H #ifndef _ASM_M32R_MSGBUF_H
#define _ASM_M32R_MSGBUF_H #define _ASM_M32R_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_PARAM_H #ifndef _ASM_M32R_PARAM_H
#define _ASM_M32R_PARAM_H #define _ASM_M32R_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/poll.h> #include <asm-generic/poll.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_POSIX_TYPES_H #ifndef _ASM_M32R_POSIX_TYPES_H
#define _ASM_M32R_POSIX_TYPES_H #define _ASM_M32R_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_RESOURCE_H #ifndef _ASM_M32R_RESOURCE_H
#define _ASM_M32R_RESOURCE_H #define _ASM_M32R_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SEMBUF_H #ifndef _ASM_M32R_SEMBUF_H
#define _ASM_M32R_SEMBUF_H #define _ASM_M32R_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_M32R_SETUP_H #ifndef _UAPI_ASM_M32R_SETUP_H
#define _UAPI_ASM_M32R_SETUP_H #define _UAPI_ASM_M32R_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SHMBUF_H #ifndef _ASM_M32R_SHMBUF_H
#define _ASM_M32R_SHMBUF_H #define _ASM_M32R_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SIGCONTEXT_H #ifndef _ASM_M32R_SIGCONTEXT_H
#define _ASM_M32R_SIGCONTEXT_H #define _ASM_M32R_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_M32R_SIGNAL_H #ifndef _UAPI_ASM_M32R_SIGNAL_H
#define _UAPI_ASM_M32R_SIGNAL_H #define _UAPI_ASM_M32R_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SOCKET_H #ifndef _ASM_M32R_SOCKET_H
#define _ASM_M32R_SOCKET_H #define _ASM_M32R_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SOCKIOS_H #ifndef _ASM_M32R_SOCKIOS_H
#define _ASM_M32R_SOCKIOS_H #define _ASM_M32R_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_STAT_H #ifndef _ASM_M32R_STAT_H
#define _ASM_M32R_STAT_H #define _ASM_M32R_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_STATFS_H #ifndef _ASM_M32R_STATFS_H
#define _ASM_M32R_STATFS_H #define _ASM_M32R_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_SWAB_H #ifndef _ASM_M32R_SWAB_H
#define _ASM_M32R_SWAB_H #define _ASM_M32R_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M32R_TERMBITS_H #ifndef _ASM_M32R_TERMBITS_H
#define _ASM_M32R_TERMBITS_H #define _ASM_M32R_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_M32R_TERMIOS_H #ifndef _UAPI_M32R_TERMIOS_H
#define _UAPI_M32R_TERMIOS_H #define _UAPI_M32R_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_M32R_UNISTD_H #ifndef _UAPI_ASM_M32R_UNISTD_H
#define _UAPI_ASM_M32R_UNISTD_H #define _UAPI_ASM_M32R_UNISTD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __M68K_A_OUT_H__ #ifndef __M68K_A_OUT_H__
#define __M68K_A_OUT_H__ #define __M68K_A_OUT_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions ** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions ** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-atari.h -- Atari-specific boot information definitions ** asm/bootinfo-atari.h -- Atari-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-hp300.h -- HP9000/300-specific boot information definitions ** asm/bootinfo-hp300.h -- HP9000/300-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-mac.h -- Macintosh-specific boot information definitions ** asm/bootinfo-mac.h -- Macintosh-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-q40.h -- Q40-specific boot information definitions ** asm/bootinfo-q40.h -- Q40-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
** asm/bootinfo-vme.h -- VME-specific boot information definitions ** asm/bootinfo-vme.h -- VME-specific boot information definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_BYTEORDER_H #ifndef _M68K_BYTEORDER_H
#define _M68K_BYTEORDER_H #define _M68K_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_CACHECTL_H #ifndef _M68K_CACHECTL_H
#define _M68K_CACHECTL_H #define _M68K_CACHECTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_FCNTL_H #ifndef _M68K_FCNTL_H
#define _M68K_FCNTL_H #define _M68K_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_M68K_IOCTLS_H__ #ifndef __ARCH_M68K_IOCTLS_H__
#define __ARCH_M68K_IOCTLS_H__ #define __ARCH_M68K_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_PARAM_H #ifndef _M68K_PARAM_H
#define _M68K_PARAM_H #define _M68K_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __m68k_POLL_H #ifndef __m68k_POLL_H
#define __m68k_POLL_H #define __m68k_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_M68K_POSIX_TYPES_H #ifndef __ARCH_M68K_POSIX_TYPES_H
#define __ARCH_M68K_POSIX_TYPES_H #define __ARCH_M68K_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_M68K_PTRACE_H #ifndef _UAPI_M68K_PTRACE_H
#define _UAPI_M68K_PTRACE_H #define _UAPI_M68K_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_M68k_SIGCONTEXT_H #ifndef _ASM_M68k_SIGCONTEXT_H
#define _ASM_M68k_SIGCONTEXT_H #define _ASM_M68k_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_M68K_SIGNAL_H #ifndef _UAPI_M68K_SIGNAL_H
#define _UAPI_M68K_SIGNAL_H #define _UAPI_M68K_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_STAT_H #ifndef _M68K_STAT_H
#define _M68K_STAT_H #define _M68K_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _M68K_SWAB_H #ifndef _M68K_SWAB_H
#define _M68K_SWAB_H #define _M68K_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_M68K_UNISTD_H_ #ifndef _UAPI_ASM_M68K_UNISTD_H_
#define _UAPI_ASM_M68K_UNISTD_H_ #define _UAPI_ASM_M68K_UNISTD_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <linux/byteorder/little_endian.h> #include <linux/byteorder/little_endian.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_METAG_ECH_H #ifndef _UAPI_METAG_ECH_H
#define _UAPI_METAG_ECH_H #define _UAPI_METAG_ECH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_METAG_PTRACE_H #ifndef _UAPI_METAG_PTRACE_H
#define _UAPI_METAG_PTRACE_H #define _UAPI_METAG_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_METAG_SIGCONTEXT_H #ifndef _ASM_METAG_SIGCONTEXT_H
#define _ASM_METAG_SIGCONTEXT_H #define _ASM_METAG_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _METAG_SIGINFO_H #ifndef _METAG_SIGINFO_H
#define _METAG_SIGINFO_H #define _METAG_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_METAG_SWAB_H #ifndef __ASM_METAG_SWAB_H
#define __ASM_METAG_SWAB_H #define __ASM_METAG_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MICROBLAZE_BYTEORDER_H #ifndef _ASM_MICROBLAZE_BYTEORDER_H
#define _ASM_MICROBLAZE_BYTEORDER_H #define _ASM_MICROBLAZE_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MICROBLAZE_POSIX_TYPES_H #ifndef _ASM_MICROBLAZE_POSIX_TYPES_H
#define _ASM_MICROBLAZE_POSIX_TYPES_H #define _ASM_MICROBLAZE_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_MIPS_BITSPERLONG_H #ifndef __ASM_MIPS_BITSPERLONG_H
#define __ASM_MIPS_BITSPERLONG_H #define __ASM_MIPS_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_HWCAP_H #ifndef _UAPI_ASM_HWCAP_H
#define _UAPI_ASM_HWCAP_H #define _UAPI_ASM_HWCAP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MSGBUF_H #ifndef _ASM_MSGBUF_H
#define _ASM_MSGBUF_H #define _ASM_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_POLL_H #ifndef __ASM_POLL_H
#define __ASM_POLL_H #define __ASM_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SEMBUF_H #ifndef _ASM_SEMBUF_H
#define _ASM_SEMBUF_H #define _ASM_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_MIPS_SETUP_H #ifndef _UAPI_MIPS_SETUP_H
#define _UAPI_MIPS_SETUP_H #define _UAPI_MIPS_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SHMBUF_H #ifndef _ASM_SHMBUF_H
#define _ASM_SHMBUF_H #define _ASM_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __MIPS_UAPI_ASM_UCONTEXT_H #ifndef __MIPS_UAPI_ASM_UCONTEXT_H
#define __MIPS_UAPI_ASM_UCONTEXT_H #define __MIPS_UAPI_ASM_UCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_BYTEORDER_H #ifndef _ASM_BYTEORDER_H
#define _ASM_BYTEORDER_H #define _ASM_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/errno.h> #include <asm-generic/errno.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/fcntl.h> #include <asm-generic/fcntl.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_IOCTLS_H #ifndef _ASM_IOCTLS_H
#define _ASM_IOCTLS_H #define _ASM_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/ipcbuf.h> #include <asm-generic/ipcbuf.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/mman.h> #include <asm-generic/mman.h>
#define MIN_MAP_ADDR PAGE_SIZE /* minimum fixed mmap address */ #define MIN_MAP_ADDR PAGE_SIZE /* minimum fixed mmap address */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MSGBUF_H #ifndef _ASM_MSGBUF_H
#define _ASM_MSGBUF_H #define _ASM_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/poll.h> #include <asm-generic/poll.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/resource.h> #include <asm-generic/resource.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SEMBUF_H #ifndef _ASM_SEMBUF_H
#define _ASM_SEMBUF_H #define _ASM_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* There isn't anything here anymore, but the file must not be empty or patch * There isn't anything here anymore, but the file must not be empty or patch
* will delete it. * will delete it.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SHMBUF_H #ifndef _ASM_SHMBUF_H
#define _ASM_SHMBUF_H #define _ASM_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SOCKET_H #ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H #define _ASM_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SOCKIOS_H #ifndef _ASM_SOCKIOS_H
#define _ASM_SOCKIOS_H #define _ASM_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_STAT_H #ifndef _ASM_STAT_H
#define _ASM_STAT_H #define _ASM_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_TERMBITS_H #ifndef _ASM_TERMBITS_H
#define _ASM_TERMBITS_H #define _ASM_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_TERMIOS_H #ifndef _UAPI_ASM_TERMIOS_H
#define _UAPI_ASM_TERMIOS_H #define _UAPI_ASM_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_PARISC_BITSPERLONG_H #ifndef __ASM_PARISC_BITSPERLONG_H
#define __ASM_PARISC_BITSPERLONG_H #define __ASM_PARISC_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_BYTEORDER_H #ifndef _PARISC_BYTEORDER_H
#define _PARISC_BYTEORDER_H #define _PARISC_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_ERRNO_H #ifndef _PARISC_ERRNO_H
#define _PARISC_ERRNO_H #define _PARISC_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_FCNTL_H #ifndef _PARISC_FCNTL_H
#define _PARISC_FCNTL_H #define _PARISC_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_PARISC_IOCTLS_H__ #ifndef __ARCH_PARISC_IOCTLS_H__
#define __ARCH_PARISC_IOCTLS_H__ #define __ARCH_PARISC_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __PARISC_IPCBUF_H__ #ifndef __PARISC_IPCBUF_H__
#define __PARISC_IPCBUF_H__ #define __PARISC_IPCBUF_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __PARISC_MMAN_H__ #ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__ #define __PARISC_MMAN_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_MSGBUF_H #ifndef _PARISC_MSGBUF_H
#define _PARISC_MSGBUF_H #define _PARISC_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_PARISC_PDC_H #ifndef _UAPI_PARISC_PDC_H
#define _UAPI_PARISC_PDC_H #define _UAPI_PARISC_PDC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_PARISC_POSIX_TYPES_H #ifndef __ARCH_PARISC_POSIX_TYPES_H
#define __ARCH_PARISC_POSIX_TYPES_H #define __ARCH_PARISC_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* written by Philipp Rumpf, Copyright (C) 1999 SuSE GmbH Nuernberg /* written by Philipp Rumpf, Copyright (C) 1999 SuSE GmbH Nuernberg
** Copyright (C) 2000 Grant Grundler, Hewlett-Packard ** Copyright (C) 2000 Grant Grundler, Hewlett-Packard
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_SEMBUF_H #ifndef _PARISC_SEMBUF_H
#define _PARISC_SEMBUF_H #define _PARISC_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_SETUP_H #ifndef _PARISC_SETUP_H
#define _PARISC_SETUP_H #define _PARISC_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_SHMBUF_H #ifndef _PARISC_SHMBUF_H
#define _PARISC_SHMBUF_H #define _PARISC_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMPARISC_SIGCONTEXT_H #ifndef _ASMPARISC_SIGCONTEXT_H
#define _ASMPARISC_SIGCONTEXT_H #define _ASMPARISC_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_SIGINFO_H #ifndef _PARISC_SIGINFO_H
#define _PARISC_SIGINFO_H #define _PARISC_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_PARISC_SIGNAL_H #ifndef _UAPI_ASM_PARISC_SIGNAL_H
#define _UAPI_ASM_PARISC_SIGNAL_H #define _UAPI_ASM_PARISC_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SOCKET_H #ifndef _UAPI_ASM_SOCKET_H
#define _UAPI_ASM_SOCKET_H #define _UAPI_ASM_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_PARISC_SOCKIOS__ #ifndef __ARCH_PARISC_SOCKIOS__
#define __ARCH_PARISC_SOCKIOS__ #define __ARCH_PARISC_SOCKIOS__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_STAT_H #ifndef _PARISC_STAT_H
#define _PARISC_STAT_H #define _PARISC_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_STATFS_H #ifndef _PARISC_STATFS_H
#define _PARISC_STATFS_H #define _PARISC_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_SWAB_H #ifndef _PARISC_SWAB_H
#define _PARISC_SWAB_H #define _PARISC_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_PARISC_TERMBITS_H__ #ifndef __ARCH_PARISC_TERMBITS_H__
#define __ARCH_PARISC_TERMBITS_H__ #define __ARCH_PARISC_TERMBITS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_PARISC_TERMIOS_H #ifndef _UAPI_PARISC_TERMIOS_H
#define _UAPI_PARISC_TERMIOS_H #define _UAPI_PARISC_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _PARISC_TYPES_H #ifndef _PARISC_TYPES_H
#define _PARISC_TYPES_H #define _PARISC_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_PARISC_UNISTD_H_ #ifndef _UAPI_ASM_PARISC_UNISTD_H_
#define _UAPI_ASM_PARISC_UNISTD_H_ #define _UAPI_ASM_PARISC_UNISTD_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_AUXVEC_H #ifndef _ASM_POWERPC_AUXVEC_H
#define _ASM_POWERPC_AUXVEC_H #define _ASM_POWERPC_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_POWERPC_BITSPERLONG_H #ifndef __ASM_POWERPC_BITSPERLONG_H
#define __ASM_POWERPC_BITSPERLONG_H #define __ASM_POWERPC_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file describes the structure passed from the BootX application * This file describes the structure passed from the BootX application
* (for MacOS) when it is used to boot Linux. * (for MacOS) when it is used to boot Linux.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_POWERPC_CPUTABLE_H #ifndef _UAPI__ASM_POWERPC_CPUTABLE_H
#define _UAPI__ASM_POWERPC_CPUTABLE_H #define _UAPI__ASM_POWERPC_CPUTABLE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_ERRNO_H #ifndef _ASM_POWERPC_ERRNO_H
#define _ASM_POWERPC_ERRNO_H #define _ASM_POWERPC_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_FCNTL_H #ifndef _ASM_FCNTL_H
#define _ASM_FCNTL_H #define _ASM_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_IOCTL_H #ifndef _ASM_POWERPC_IOCTL_H
#define _ASM_POWERPC_IOCTL_H #define _ASM_POWERPC_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_IOCTLS_H #ifndef _ASM_POWERPC_IOCTLS_H
#define _ASM_POWERPC_IOCTLS_H #define _ASM_POWERPC_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_MSGBUF_H #ifndef _ASM_POWERPC_MSGBUF_H
#define _ASM_POWERPC_MSGBUF_H #define _ASM_POWERPC_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_POWERPC_PERF_REGS_H #ifndef _UAPI_ASM_POWERPC_PERF_REGS_H
#define _UAPI_ASM_POWERPC_PERF_REGS_H #define _UAPI_ASM_POWERPC_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_POSIX_TYPES_H #ifndef _ASM_POWERPC_POSIX_TYPES_H
#define _ASM_POWERPC_POSIX_TYPES_H #define _ASM_POWERPC_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_POWERPC_SETUP_H #ifndef _UAPI_ASM_POWERPC_SETUP_H
#define _UAPI_ASM_POWERPC_SETUP_H #define _UAPI_ASM_POWERPC_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_POWERPC_SIGNAL_H #ifndef _UAPI_ASM_POWERPC_SIGNAL_H
#define _UAPI_ASM_POWERPC_SIGNAL_H #define _UAPI_ASM_POWERPC_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_TM_H #ifndef _ASM_POWERPC_TM_H
#define _ASM_POWERPC_TM_H #define _ASM_POWERPC_TM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_UCONTEXT_H #ifndef _ASM_POWERPC_UCONTEXT_H
#define _ASM_POWERPC_UCONTEXT_H #define _ASM_POWERPC_UCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASMS390_AUXVEC_H #ifndef __ASMS390_AUXVEC_H
#define __ASMS390_AUXVEC_H #define __ASMS390_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_S390_BITSPERLONG_H #ifndef __ASM_S390_BITSPERLONG_H
#define __ASM_S390_BITSPERLONG_H #define __ASM_S390_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _S390_BYTEORDER_H #ifndef _S390_BYTEORDER_H
#define _S390_BYTEORDER_H #define _S390_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright IBM Corp. 2007, 2012 * Copyright IBM Corp. 2007, 2012
* Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl interface for /dev/chsc * ioctl interface for /dev/chsc
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl interface for /dev/clp * ioctl interface for /dev/clp
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPIS390_CMB_H #ifndef _UAPIS390_CMB_H
#define _UAPIS390_CMB_H #define _UAPIS390_CMB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S/390 debug facility * S/390 debug facility
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _GUARDED_STORAGE_H #ifndef _GUARDED_STORAGE_H
#define _GUARDED_STORAGE_H #define _GUARDED_STORAGE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Structures for hypfs interface * Structures for hypfs interface
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_S390_IOCTLS_H__ #ifndef __ARCH_S390_IOCTLS_H__
#define __ARCH_S390_IOCTLS_H__ #define __ARCH_S390_IOCTLS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __S390_IPCBUF_H__ #ifndef __S390_IPCBUF_H__
#define __S390_IPCBUF_H__ #define __S390_IPCBUF_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright IBM Corp. 2006 * Copyright IBM Corp. 2006
* Character device driver for writing z/VM APPLDATA monitor records * Character device driver for writing z/VM APPLDATA monitor records
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _S390_MSGBUF_H #ifndef _S390_MSGBUF_H
#define _S390_MSGBUF_H #define _S390_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Userspace interface to the pkey device driver * Userspace interface to the pkey device driver
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* Copyright IBM Corp. 1999, 2000 * Copyright IBM Corp. 1999, 2000
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl definitions for qeth driver * ioctl definitions for qeth driver
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPIASM_SCHID_H #ifndef _UAPIASM_SCHID_H
#define _UAPIASM_SCHID_H #define _UAPIASM_SCHID_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* IOCTL interface for SCLP * IOCTL interface for SCLP
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _S390_SEMBUF_H #ifndef _S390_SEMBUF_H
#define _S390_SEMBUF_H #define _S390_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* Copyright IBM Corp. 1999, 2010 * Copyright IBM Corp. 1999, 2010
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _S390_SHMBUF_H #ifndef _S390_SHMBUF_H
#define _S390_SHMBUF_H #define _S390_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_S390_SIE_H #ifndef _UAPI_ASM_S390_SIE_H
#define _UAPI_ASM_S390_SIE_H #define _UAPI_ASM_S390_SIE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* Copyright IBM Corp. 1999, 2000 * Copyright IBM Corp. 1999, 2000
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/************************************************************************* /*************************************************************************
* *
* enables user programs to display messages and control encryption * enables user programs to display messages and control encryption
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* S390 version * S390 version
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file contains volume label definitions for DASD devices. * This file contains volume label definitions for DASD devices.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_BITSPERLONG_H #ifndef _ASM_SCORE_BITSPERLONG_H
#define _ASM_SCORE_BITSPERLONG_H #define _ASM_SCORE_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_BYTEORDER_H #ifndef _ASM_SCORE_BYTEORDER_H
#define _ASM_SCORE_BYTEORDER_H #define _ASM_SCORE_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_ERRNO_H #ifndef _ASM_SCORE_ERRNO_H
#define _ASM_SCORE_ERRNO_H #define _ASM_SCORE_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_FCNTL_H #ifndef _ASM_SCORE_FCNTL_H
#define _ASM_SCORE_FCNTL_H #define _ASM_SCORE_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_IOCTL_H #ifndef _ASM_SCORE_IOCTL_H
#define _ASM_SCORE_IOCTL_H #define _ASM_SCORE_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_IOCTLS_H #ifndef _ASM_SCORE_IOCTLS_H
#define _ASM_SCORE_IOCTLS_H #define _ASM_SCORE_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_IPCBUF_H #ifndef _ASM_SCORE_IPCBUF_H
#define _ASM_SCORE_IPCBUF_H #define _ASM_SCORE_IPCBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_MMAN_H #ifndef _ASM_SCORE_MMAN_H
#define _ASM_SCORE_MMAN_H #define _ASM_SCORE_MMAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_MSGBUF_H #ifndef _ASM_SCORE_MSGBUF_H
#define _ASM_SCORE_MSGBUF_H #define _ASM_SCORE_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_PARAM_H #ifndef _ASM_SCORE_PARAM_H
#define _ASM_SCORE_PARAM_H #define _ASM_SCORE_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_POLL_H #ifndef _ASM_SCORE_POLL_H
#define _ASM_SCORE_POLL_H #define _ASM_SCORE_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_POSIX_TYPES_H #ifndef _ASM_SCORE_POSIX_TYPES_H
#define _ASM_SCORE_POSIX_TYPES_H #define _ASM_SCORE_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SCORE_PTRACE_H #ifndef _UAPI_ASM_SCORE_PTRACE_H
#define _UAPI_ASM_SCORE_PTRACE_H #define _UAPI_ASM_SCORE_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_RESOURCE_H #ifndef _ASM_SCORE_RESOURCE_H
#define _ASM_SCORE_RESOURCE_H #define _ASM_SCORE_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SEMBUF_H #ifndef _ASM_SCORE_SEMBUF_H
#define _ASM_SCORE_SEMBUF_H #define _ASM_SCORE_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SCORE_SETUP_H #ifndef _UAPI_ASM_SCORE_SETUP_H
#define _UAPI_ASM_SCORE_SETUP_H #define _UAPI_ASM_SCORE_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SHMBUF_H #ifndef _ASM_SCORE_SHMBUF_H
#define _ASM_SCORE_SHMBUF_H #define _ASM_SCORE_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SIGCONTEXT_H #ifndef _ASM_SCORE_SIGCONTEXT_H
#define _ASM_SCORE_SIGCONTEXT_H #define _ASM_SCORE_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SIGNAL_H #ifndef _ASM_SCORE_SIGNAL_H
#define _ASM_SCORE_SIGNAL_H #define _ASM_SCORE_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SOCKET_H #ifndef _ASM_SCORE_SOCKET_H
#define _ASM_SCORE_SOCKET_H #define _ASM_SCORE_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SOCKIOS_H #ifndef _ASM_SCORE_SOCKIOS_H
#define _ASM_SCORE_SOCKIOS_H #define _ASM_SCORE_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_STAT_H #ifndef _ASM_SCORE_STAT_H
#define _ASM_SCORE_STAT_H #define _ASM_SCORE_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_STATFS_H #ifndef _ASM_SCORE_STATFS_H
#define _ASM_SCORE_STATFS_H #define _ASM_SCORE_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_SWAB_H #ifndef _ASM_SCORE_SWAB_H
#define _ASM_SCORE_SWAB_H #define _ASM_SCORE_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_TERMBITS_H #ifndef _ASM_SCORE_TERMBITS_H
#define _ASM_SCORE_TERMBITS_H #define _ASM_SCORE_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_TERMIOS_H #ifndef _ASM_SCORE_TERMIOS_H
#define _ASM_SCORE_TERMIOS_H #define _ASM_SCORE_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_TYPES_H #ifndef _ASM_SCORE_TYPES_H
#define _ASM_SCORE_TYPES_H #define _ASM_SCORE_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#define __ARCH_HAVE_MMU #define __ARCH_HAVE_MMU
#define __ARCH_WANT_RENAMEAT #define __ARCH_WANT_RENAMEAT
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_AUXVEC_H #ifndef __ASM_SH_AUXVEC_H
#define __ASM_SH_AUXVEC_H #define __ASM_SH_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_BYTEORDER_H #ifndef __ASM_SH_BYTEORDER_H
#define __ASM_SH_BYTEORDER_H #define __ASM_SH_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SH_CACHECTL_H #ifndef _SH_CACHECTL_H
#define _SH_CACHECTL_H #define _SH_CACHECTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_CPU_FEATURES_H #ifndef __ASM_SH_CPU_FEATURES_H
#define __ASM_SH_CPU_FEATURES_H #define __ASM_SH_CPU_FEATURES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* There isn't anything here anymore, but the file must not be empty or patch * There isn't anything here anymore, but the file must not be empty or patch
* will delete it. * will delete it.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_IOCTLS_H #ifndef __ASM_SH_IOCTLS_H
#define __ASM_SH_IOCTLS_H #define __ASM_SH_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __KERNEL__ #ifndef __KERNEL__
# ifdef __SH5__ # ifdef __SH5__
# include <asm/posix_types_64.h> # include <asm/posix_types_64.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_POSIX_TYPES_32_H #ifndef __ASM_SH_POSIX_TYPES_32_H
#define __ASM_SH_POSIX_TYPES_32_H #define __ASM_SH_POSIX_TYPES_32_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_POSIX_TYPES_64_H #ifndef __ASM_SH_POSIX_TYPES_64_H
#define __ASM_SH_POSIX_TYPES_64_H #define __ASM_SH_POSIX_TYPES_64_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 1999, 2000 Niibe Yutaka * Copyright (C) 1999, 2000 Niibe Yutaka
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_SH_PTRACE_32_H #ifndef _UAPI__ASM_SH_PTRACE_32_H
#define _UAPI__ASM_SH_PTRACE_32_H #define _UAPI__ASM_SH_PTRACE_32_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_SH_PTRACE_64_H #ifndef _UAPI__ASM_SH_PTRACE_64_H
#define _UAPI__ASM_SH_PTRACE_64_H #define _UAPI__ASM_SH_PTRACE_64_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_SIGCONTEXT_H #ifndef __ASM_SH_SIGCONTEXT_H
#define __ASM_SH_SIGCONTEXT_H #define __ASM_SH_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_SIGNAL_H #ifndef __ASM_SH_SIGNAL_H
#define __ASM_SH_SIGNAL_H #define __ASM_SH_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_SOCKIOS_H #ifndef __ASM_SH_SOCKIOS_H
#define __ASM_SH_SOCKIOS_H #define __ASM_SH_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_STAT_H #ifndef __ASM_SH_STAT_H
#define __ASM_SH_STAT_H #define __ASM_SH_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_SWAB_H #ifndef __ASM_SH_SWAB_H
#define __ASM_SH_SWAB_H #define __ASM_SH_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __KERNEL__ #ifndef __KERNEL__
# ifdef __SH5__ # ifdef __SH5__
# include <asm/unistd_64.h> # include <asm/unistd_64.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_SH_UNISTD_32_H #ifndef __ASM_SH_UNISTD_32_H
#define __ASM_SH_UNISTD_32_H #define __ASM_SH_UNISTD_32_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* apc - Driver definitions for power management functions /* apc - Driver definitions for power management functions
* of Aurora Personality Chip (APC) on SPARCstation-4/5 and * of Aurora Personality Chip (APC) on SPARCstation-4/5 and
* derivatives * derivatives
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_ASI_H #ifndef _SPARC_ASI_H
#define _SPARC_ASI_H #define _SPARC_ASI_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ALPHA_BITSPERLONG_H #ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H #define __ASM_ALPHA_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_BYTEORDER_H #ifndef _SPARC_BYTEORDER_H
#define _SPARC_BYTEORDER_H #define _SPARC_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* *
* display7seg - Driver interface for the 7-segment display * display7seg - Driver interface for the 7-segment display
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* *
* envctrl.h: Definitions for access to the i2c environment * envctrl.h: Definitions for access to the i2c environment
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_ERRNO_H #ifndef _SPARC_ERRNO_H
#define _SPARC_ERRNO_H #define _SPARC_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_FBIO_H #ifndef _UAPI__LINUX_FBIO_H
#define _UAPI__LINUX_FBIO_H #define _UAPI__LINUX_FBIO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_FCNTL_H #ifndef _SPARC_FCNTL_H
#define _SPARC_FCNTL_H #define _SPARC_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_IOCTL_H #ifndef _SPARC_IOCTL_H
#define _SPARC_IOCTL_H #define _SPARC_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_SPARC_IOCTLS_H #ifndef _UAPI_ASM_SPARC_IOCTLS_H
#define _UAPI_ASM_SPARC_IOCTLS_H #define _UAPI_ASM_SPARC_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __SPARC_IPCBUF_H #ifndef __SPARC_IPCBUF_H
#define __SPARC_IPCBUF_H #define __SPARC_IPCBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* jsflash.h: OS Flash SIMM support for JavaStations. * jsflash.h: OS Flash SIMM support for JavaStations.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SPARC_MMAN_H__ #ifndef _UAPI__SPARC_MMAN_H__
#define _UAPI__SPARC_MMAN_H__ #define _UAPI__SPARC_MMAN_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_MSGBUF_H #ifndef _SPARC_MSGBUF_H
#define _SPARC_MSGBUF_H #define _SPARC_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_OPENPROMIO_H #ifndef _SPARC_OPENPROMIO_H
#define _SPARC_OPENPROMIO_H #define _SPARC_OPENPROMIO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASMSPARC_PARAM_H #ifndef _ASMSPARC_PARAM_H
#define _ASMSPARC_PARAM_H #define _ASMSPARC_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*---------------------------------------- /*----------------------------------------
PERFORMANCE INSTRUMENTATION PERFORMANCE INSTRUMENTATION
Guillaume Thouvenin 08/10/98 Guillaume Thouvenin 08/10/98
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __SPARC_POLL_H #ifndef __SPARC_POLL_H
#define __SPARC_POLL_H #define __SPARC_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file is generally used by user-level software, so you need to * This file is generally used by user-level software, so you need to
* be a little careful about namespace pollution etc. Also, we cannot * be a little careful about namespace pollution etc. Also, we cannot
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* psr.h: This file holds the macros for masking off various parts of * psr.h: This file holds the macros for masking off various parts of
* the processor status register on the Sparc. This is valid * the processor status register on the Sparc. This is valid
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC64_PSRCOMPAT_H #ifndef _SPARC64_PSRCOMPAT_H
#define _SPARC64_PSRCOMPAT_H #define _SPARC64_PSRCOMPAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC64_PSTATE_H #ifndef _SPARC64_PSTATE_H
#define _SPARC64_PSTATE_H #define _SPARC64_PSTATE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SPARC_PTRACE_H #ifndef _UAPI__SPARC_PTRACE_H
#define _UAPI__SPARC_PTRACE_H #define _UAPI__SPARC_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* resource.h: Resource definitions. * resource.h: Resource definitions.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_SEMBUF_H #ifndef _SPARC_SEMBUF_H
#define _SPARC_SEMBUF_H #define _SPARC_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Just a place holder. * Just a place holder.
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_SHMBUF_H #ifndef _SPARC_SHMBUF_H
#define _SPARC_SHMBUF_H #define _SPARC_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* There isn't anything here anymore, but the file must not be empty or patch * There isn't anything here anymore, but the file must not be empty or patch
* will delete it. * will delete it.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SPARC_SIGINFO_H #ifndef _UAPI__SPARC_SIGINFO_H
#define _UAPI__SPARC_SIGINFO_H #define _UAPI__SPARC_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SPARC_SIGNAL_H #ifndef _UAPI__SPARC_SIGNAL_H
#define _UAPI__SPARC_SIGNAL_H #define _UAPI__SPARC_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SOCKET_H #ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H #define _ASM_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SPARC_SOCKIOS_H #ifndef _ASM_SPARC_SOCKIOS_H
#define _ASM_SPARC_SOCKIOS_H #define _ASM_SPARC_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __SPARC_STAT_H #ifndef __SPARC_STAT_H
#define __SPARC_STAT_H #define __SPARC_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef ___ASM_SPARC_STATFS_H #ifndef ___ASM_SPARC_STATFS_H
#define ___ASM_SPARC_STATFS_H #define ___ASM_SPARC_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _SPARC_SWAB_H #ifndef _SPARC_SWAB_H
#define _SPARC_SWAB_H #define _SPARC_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_SPARC_TERMBITS_H #ifndef _UAPI_SPARC_TERMBITS_H
#define _UAPI_SPARC_TERMBITS_H #define _UAPI_SPARC_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_SPARC_TERMIOS_H #ifndef _UAPI_SPARC_TERMIOS_H
#define _UAPI_SPARC_TERMIOS_H #define _UAPI_SPARC_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* traps.h: Format of entries for the Sparc trap table. * traps.h: Format of entries for the Sparc trap table.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* uctx.h: Sparc64 {set,get}context() register state layouts. * uctx.h: Sparc64 {set,get}context() register state layouts.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* System calls under the Sparc. * System calls under the Sparc.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/asm/utrap.h * include/asm/utrap.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* *
* watchdog - Driver interface for the hardware watchdog timers * watchdog - Driver interface for the hardware watchdog timers
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/kvm_para.h> #include <asm-generic/kvm_para.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#if defined(__KERNEL__) && defined(CONFIG_COMPAT) #if defined(__KERNEL__) && defined(CONFIG_COMPAT)
#define __ARCH_WANT_STAT64 /* Used for compat_sys_stat64() etc. */ #define __ARCH_WANT_STAT64 /* Used for compat_sys_stat64() etc. */
#endif #endif
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_A_OUT_H #ifndef _ASM_X86_A_OUT_H
#define _ASM_X86_A_OUT_H #define _ASM_X86_A_OUT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_AUXVEC_H #ifndef _ASM_X86_AUXVEC_H
#define _ASM_X86_AUXVEC_H #define _ASM_X86_AUXVEC_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_X86_BITSPERLONG_H #ifndef __ASM_X86_BITSPERLONG_H
#define __ASM_X86_BITSPERLONG_H #define __ASM_X86_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_BOOT_H #ifndef _UAPI_ASM_X86_BOOT_H
#define _UAPI_ASM_X86_BOOT_H #define _UAPI_ASM_X86_BOOT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_BOOTPARAM_H #ifndef _ASM_X86_BOOTPARAM_H
#define _ASM_X86_BOOTPARAM_H #define _ASM_X86_BOOTPARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_DEBUGREG_H #ifndef _UAPI_ASM_X86_DEBUGREG_H
#define _UAPI_ASM_X86_DEBUGREG_H #define _UAPI_ASM_X86_DEBUGREG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_E820_H #ifndef _UAPI_ASM_X86_E820_H
#define _UAPI_ASM_X86_E820_H #define _UAPI_ASM_X86_E820_H
#define E820MAP 0x2d0 /* our map */ #define E820MAP 0x2d0 /* our map */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* */ /* */
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_HYPERV_H #ifndef _ASM_X86_HYPERV_H
#define _ASM_X86_HYPERV_H #define _ASM_X86_HYPERV_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_KVM_H #ifndef _ASM_X86_KVM_H
#define _ASM_X86_KVM_H #define _ASM_X86_KVM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_KVM_PARA_H #ifndef _UAPI_ASM_X86_KVM_PARA_H
#define _UAPI_ASM_X86_KVM_PARA_H #define _UAPI_ASM_X86_KVM_PARA_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_KVM_PERF_H #ifndef _ASM_X86_KVM_PERF_H
#define _ASM_X86_KVM_PERF_H #define _ASM_X86_KVM_PERF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ldt.h * ldt.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_MCE_H #ifndef _UAPI_ASM_X86_MCE_H
#define _UAPI_ASM_X86_MCE_H #define _UAPI_ASM_X86_MCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_MMAN_H #ifndef _ASM_X86_MMAN_H
#define _ASM_X86_MMAN_H #define _ASM_X86_MMAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_MSR_H #ifndef _UAPI_ASM_X86_MSR_H
#define _UAPI_ASM_X86_MSR_H #define _UAPI_ASM_X86_MSR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_PERF_REGS_H #ifndef _ASM_X86_PERF_REGS_H
#define _ASM_X86_PERF_REGS_H #define _ASM_X86_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __KERNEL__ #ifndef __KERNEL__
# ifdef __i386__ # ifdef __i386__
# include <asm/posix_types_32.h> # include <asm/posix_types_32.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_POSIX_TYPES_32_H #ifndef _ASM_X86_POSIX_TYPES_32_H
#define _ASM_X86_POSIX_TYPES_32_H #define _ASM_X86_POSIX_TYPES_32_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_POSIX_TYPES_64_H #ifndef _ASM_X86_POSIX_TYPES_64_H
#define _ASM_X86_POSIX_TYPES_64_H #define _ASM_X86_POSIX_TYPES_64_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_POSIX_TYPES_X32_H #ifndef _ASM_X86_POSIX_TYPES_X32_H
#define _ASM_X86_POSIX_TYPES_X32_H #define _ASM_X86_POSIX_TYPES_X32_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_PRCTL_H #ifndef _ASM_X86_PRCTL_H
#define _ASM_X86_PRCTL_H #define _ASM_X86_PRCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_PROCESSOR_FLAGS_H #ifndef _UAPI_ASM_X86_PROCESSOR_FLAGS_H
#define _UAPI_ASM_X86_PROCESSOR_FLAGS_H #define _UAPI_ASM_X86_PROCESSOR_FLAGS_H
/* Various flags defined: can be included from assembler. */ /* Various flags defined: can be included from assembler. */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_PTRACE_ABI_H #ifndef _ASM_X86_PTRACE_ABI_H
#define _ASM_X86_PTRACE_ABI_H #define _ASM_X86_PTRACE_ABI_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_PTRACE_H #ifndef _UAPI_ASM_X86_PTRACE_H
#define _UAPI_ASM_X86_PTRACE_H #define _UAPI_ASM_X86_PTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_SEMBUF_H #ifndef _ASM_X86_SEMBUF_H
#define _ASM_X86_SEMBUF_H #define _ASM_X86_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_SIGCONTEXT_H #ifndef _UAPI_ASM_X86_SIGCONTEXT_H
#define _UAPI_ASM_X86_SIGCONTEXT_H #define _UAPI_ASM_X86_SIGCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_SIGINFO_H #ifndef _ASM_X86_SIGINFO_H
#define _ASM_X86_SIGINFO_H #define _ASM_X86_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_SIGNAL_H #ifndef _UAPI_ASM_X86_SIGNAL_H
#define _UAPI_ASM_X86_SIGNAL_H #define _UAPI_ASM_X86_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_STAT_H #ifndef _ASM_X86_STAT_H
#define _ASM_X86_STAT_H #define _ASM_X86_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_STATFS_H #ifndef _ASM_X86_STATFS_H
#define _ASM_X86_STATFS_H #define _ASM_X86_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SVM_H #ifndef _UAPI__SVM_H
#define _UAPI__SVM_H #define _UAPI__SVM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_SWAB_H #ifndef _ASM_X86_SWAB_H
#define _ASM_X86_SWAB_H #define _ASM_X86_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_UCONTEXT_H #ifndef _ASM_X86_UCONTEXT_H
#define _ASM_X86_UCONTEXT_H #define _ASM_X86_UCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_UNISTD_H #ifndef _UAPI_ASM_X86_UNISTD_H
#define _UAPI_ASM_X86_UNISTD_H #define _UAPI_ASM_X86_UNISTD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_VM86_H #ifndef _UAPI_ASM_X86_VM86_H
#define _UAPI_ASM_X86_VM86_H #define _UAPI_ASM_X86_VM86_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_X86_VSYSCALL_H #ifndef _UAPI_ASM_X86_VSYSCALL_H
#define _UAPI_ASM_X86_VSYSCALL_H #define _UAPI_ASM_X86_VSYSCALL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XTENSA_BYTEORDER_H #ifndef _XTENSA_BYTEORDER_H
#define _XTENSA_BYTEORDER_H #define _XTENSA_BYTEORDER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#if !defined(_UAPI_XTENSA_UNISTD_H) || defined(__SYSCALL) #if !defined(_UAPI_XTENSA_UNISTD_H) || defined(__SYSCALL)
#define _UAPI_XTENSA_UNISTD_H #define _UAPI_XTENSA_UNISTD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG #ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG
#define _UAPI__ASM_GENERIC_BITS_PER_LONG #define _UAPI__ASM_GENERIC_BITS_PER_LONG
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_ERRNO_BASE_H #ifndef _ASM_GENERIC_ERRNO_BASE_H
#define _ASM_GENERIC_ERRNO_BASE_H #define _ASM_GENERIC_ERRNO_BASE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_ERRNO_H #ifndef _ASM_GENERIC_ERRNO_H
#define _ASM_GENERIC_ERRNO_H #define _ASM_GENERIC_ERRNO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_FCNTL_H #ifndef _ASM_GENERIC_FCNTL_H
#define _ASM_GENERIC_FCNTL_H #define _ASM_GENERIC_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* asm-generic/int-l64.h * asm-generic/int-l64.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* asm-generic/int-ll64.h * asm-generic/int-ll64.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_GENERIC_IOCTL_H #ifndef _UAPI_ASM_GENERIC_IOCTL_H
#define _UAPI_ASM_GENERIC_IOCTL_H #define _UAPI_ASM_GENERIC_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_IOCTLS_H #ifndef __ASM_GENERIC_IOCTLS_H
#define __ASM_GENERIC_IOCTLS_H #define __ASM_GENERIC_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_IPCBUF_H #ifndef __ASM_GENERIC_IPCBUF_H
#define __ASM_GENERIC_IPCBUF_H #define __ASM_GENERIC_IPCBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_MMAN_COMMON_H #ifndef __ASM_GENERIC_MMAN_COMMON_H
#define __ASM_GENERIC_MMAN_COMMON_H #define __ASM_GENERIC_MMAN_COMMON_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_MMAN_H #ifndef __ASM_GENERIC_MMAN_H
#define __ASM_GENERIC_MMAN_H #define __ASM_GENERIC_MMAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_MSGBUF_H #ifndef __ASM_GENERIC_MSGBUF_H
#define __ASM_GENERIC_MSGBUF_H #define __ASM_GENERIC_MSGBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_GENERIC_PARAM_H #ifndef _UAPI__ASM_GENERIC_PARAM_H
#define _UAPI__ASM_GENERIC_PARAM_H #define _UAPI__ASM_GENERIC_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_POLL_H #ifndef __ASM_GENERIC_POLL_H
#define __ASM_GENERIC_POLL_H #define __ASM_GENERIC_POLL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_POSIX_TYPES_H #ifndef __ASM_GENERIC_POSIX_TYPES_H
#define __ASM_GENERIC_POSIX_TYPES_H #define __ASM_GENERIC_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_GENERIC_RESOURCE_H #ifndef _UAPI_ASM_GENERIC_RESOURCE_H
#define _UAPI_ASM_GENERIC_RESOURCE_H #define _UAPI_ASM_GENERIC_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SEMBUF_H #ifndef __ASM_GENERIC_SEMBUF_H
#define __ASM_GENERIC_SEMBUF_H #define __ASM_GENERIC_SEMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SETUP_H #ifndef __ASM_GENERIC_SETUP_H
#define __ASM_GENERIC_SETUP_H #define __ASM_GENERIC_SETUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SHMBUF_H #ifndef __ASM_GENERIC_SHMBUF_H
#define __ASM_GENERIC_SHMBUF_H #define __ASM_GENERIC_SHMBUF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SHMPARAM_H #ifndef __ASM_GENERIC_SHMPARAM_H
#define __ASM_GENERIC_SHMPARAM_H #define __ASM_GENERIC_SHMPARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_GENERIC_SIGINFO_H #ifndef _UAPI_ASM_GENERIC_SIGINFO_H
#define _UAPI_ASM_GENERIC_SIGINFO_H #define _UAPI_ASM_GENERIC_SIGINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SIGNAL_DEFS_H #ifndef __ASM_GENERIC_SIGNAL_DEFS_H
#define __ASM_GENERIC_SIGNAL_DEFS_H #define __ASM_GENERIC_SIGNAL_DEFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_GENERIC_SIGNAL_H #ifndef _UAPI__ASM_GENERIC_SIGNAL_H
#define _UAPI__ASM_GENERIC_SIGNAL_H #define _UAPI__ASM_GENERIC_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SOCKET_H #ifndef __ASM_GENERIC_SOCKET_H
#define __ASM_GENERIC_SOCKET_H #define __ASM_GENERIC_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SOCKIOS_H #ifndef __ASM_GENERIC_SOCKIOS_H
#define __ASM_GENERIC_SOCKIOS_H #define __ASM_GENERIC_SOCKIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_STAT_H #ifndef __ASM_GENERIC_STAT_H
#define __ASM_GENERIC_STAT_H #define __ASM_GENERIC_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_GENERIC_STATFS_H #ifndef _UAPI_GENERIC_STATFS_H
#define _UAPI_GENERIC_STATFS_H #define _UAPI_GENERIC_STATFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_SWAB_H #ifndef _ASM_GENERIC_SWAB_H
#define _ASM_GENERIC_SWAB_H #define _ASM_GENERIC_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_TERMBITS_H #ifndef __ASM_GENERIC_TERMBITS_H
#define __ASM_GENERIC_TERMBITS_H #define __ASM_GENERIC_TERMBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_GENERIC_TERMIOS_H #ifndef _UAPI_ASM_GENERIC_TERMIOS_H
#define _UAPI_ASM_GENERIC_TERMIOS_H #define _UAPI_ASM_GENERIC_TERMIOS_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_TYPES_H #ifndef _ASM_GENERIC_TYPES_H
#define _ASM_GENERIC_TYPES_H #define _ASM_GENERIC_TYPES_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_UCONTEXT_H #ifndef __ASM_GENERIC_UCONTEXT_H
#define __ASM_GENERIC_UCONTEXT_H #define __ASM_GENERIC_UCONTEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm/bitsperlong.h> #include <asm/bitsperlong.h>
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _I810_DRM_H_ #ifndef _I810_DRM_H_
#define _I810_DRM_H_ #define _I810_DRM_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__A_OUT_GNU_H__ #ifndef _UAPI__A_OUT_GNU_H__
#define _UAPI__A_OUT_GNU_H__ #define _UAPI__A_OUT_GNU_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* BSD Process Accounting for Linux - Definitions * BSD Process Accounting for Linux - Definitions
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Definitions for ADB (Apple Desktop Bus) support. * Definitions for ADB (Apple Desktop Bus) support.
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ADFS_FS_H #ifndef _UAPI_ADFS_FS_H
#define _UAPI_ADFS_FS_H #define _UAPI_ADFS_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef AFFS_HARDBLOCKS_H #ifndef AFFS_HARDBLOCKS_H
#define AFFS_HARDBLOCKS_H #define AFFS_HARDBLOCKS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_ARCFB_H__ #ifndef __LINUX_ARCFB_H__
#define __LINUX_ARCFB_H__ #define __LINUX_ARCFB_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_ATALK_H__ #ifndef _UAPI__LINUX_ATALK_H__
#define _UAPI__LINUX_ATALK_H__ #define _UAPI__LINUX_ATALK_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm.h - general ATM declarations */ /* atm.h - general ATM declarations */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm_eni.h - Driver-specific declarations of the ENI driver (for use by /* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
driver-specific utilities) */ driver-specific utilities) */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm_he.h */ /* atm_he.h */
#ifndef LINUX_ATM_HE_H #ifndef LINUX_ATM_HE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm_idt77105.h - Driver-specific declarations of the IDT77105 driver (for /* atm_idt77105.h - Driver-specific declarations of the IDT77105 driver (for
* use by driver-specific utilities) */ * use by driver-specific utilities) */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/****************************************************************************** /******************************************************************************
* *
* atm_nicstar.h * atm_nicstar.h
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm_tcp.h - Driver-specific declarations of the ATMTCP driver (for use by /* atm_tcp.h - Driver-specific declarations of the ATMTCP driver (for use by
driver-specific utilities) */ driver-specific utilities) */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atm_zatm.h - Driver-specific declarations of the ZATM driver (for use by /* atm_zatm.h - Driver-specific declarations of the ZATM driver (for use by
driver-specific utilities) */ driver-specific utilities) */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmapi.h - ATM API user space/kernel compatibility */ /* atmapi.h - ATM API user space/kernel compatibility */
/* Written 1999,2000 by Werner Almesberger, EPFL ICA */ /* Written 1999,2000 by Werner Almesberger, EPFL ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmarp.h - ATM ARP protocol and kernel-demon interface definitions */ /* atmarp.h - ATM ARP protocol and kernel-demon interface definitions */
/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_ATMBR2684_H #ifndef _LINUX_ATMBR2684_H
#define _LINUX_ATMBR2684_H #define _LINUX_ATMBR2684_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmclip.h - Classical IP over ATM */ /* atmclip.h - Classical IP over ATM */
/* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmdev.h - ATM device driver declarations and various related items */ /* atmdev.h - ATM device driver declarations and various related items */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmioc.h - ranges for ATM-related ioctl numbers */ /* atmioc.h - ranges for ATM-related ioctl numbers */
/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ATM Lan Emulation Daemon driver interface * ATM Lan Emulation Daemon driver interface
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ATMMPC_H_ #ifndef _ATMMPC_H_
#define _ATMMPC_H_ #define _ATMMPC_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmppp.h - RFC2364 PPPoATM */ /* atmppp.h - RFC2364 PPPoATM */
/* Written 2000 by Mitchell Blank Jr */ /* Written 2000 by Mitchell Blank Jr */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmsap.h - ATM Service Access Point addressing definitions */ /* atmsap.h - ATM Service Access Point addressing definitions */
/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* atmsvc.h - ATM signaling kernel-demon interface definitions */ /* atmsvc.h - ATM signaling kernel-demon interface definitions */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_AUXVEC_H #ifndef _UAPI_LINUX_AUXVEC_H
#define _UAPI_LINUX_AUXVEC_H #define _UAPI_LINUX_AUXVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* These are the public elements of the Linux kernel AX.25 code. A similar * These are the public elements of the Linux kernel AX.25 code. A similar
* file netrom.h exists for the NET/ROM protocol. * file netrom.h exists for the NET/ROM protocol.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* The Linux BAYCOM driver for the Baycom serial 1200 baud modem * The Linux BAYCOM driver for the Baycom serial 1200 baud modem
* and the parallel 9600 baud modem * and the parallel 9600 baud modem
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_BCACHE_H #ifndef _LINUX_BCACHE_H
#define _LINUX_BCACHE_H #define _LINUX_BCACHE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Broadcom Cable Modem firmware format * Broadcom Cable Modem firmware format
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/bfs_fs.h - BFS data structures on disk. * include/linux/bfs_fs.h - BFS data structures on disk.
* Copyright (C) 1999 Tigran Aivazian <tigran@veritas.com> * Copyright (C) 1999 Tigran Aivazian <tigran@veritas.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_BINFMTS_H #ifndef _UAPI_LINUX_BINFMTS_H
#define _UAPI_LINUX_BINFMTS_H #define _UAPI_LINUX_BINFMTS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_BLKPG_H #ifndef _UAPI__LINUX_BLKPG_H
#define _UAPI__LINUX_BLKPG_H #define _UAPI__LINUX_BLKPG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPIBLKTRACE_H #ifndef _UAPIBLKTRACE_H
#define _UAPIBLKTRACE_H #define _UAPIBLKTRACE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_BPF_COMMON_H__ #ifndef _UAPI__LINUX_BPF_COMMON_H__
#define _UAPI__LINUX_BPF_COMMON_H__ #define _UAPI__LINUX_BPF_COMMON_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __BPQETHER_H #ifndef __BPQETHER_H
#define __BPQETHER_H #define __BPQETHER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPIBSG_H #ifndef _UAPIBSG_H
#define _UAPIBSG_H #define _UAPIBSG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _BTRFS_CTREE_H_ #ifndef _BTRFS_CTREE_H_
#define _BTRFS_CTREE_H_ #define _BTRFS_CTREE_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H #ifndef _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H
#define _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H #define _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_BYTEORDER_LITTLE_ENDIAN_H #ifndef _UAPI_LINUX_BYTEORDER_LITTLE_ENDIAN_H
#define _UAPI_LINUX_BYTEORDER_LITTLE_ENDIAN_H #define _UAPI_LINUX_BYTEORDER_LITTLE_ENDIAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_CAN_VXCAN_H #ifndef _UAPI_CAN_VXCAN_H
#define _UAPI_CAN_VXCAN_H #define _UAPI_CAN_VXCAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This is <linux/capability.h> * This is <linux/capability.h>
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef CCISS_DEFS_H #ifndef CCISS_DEFS_H
#define CCISS_DEFS_H #define CCISS_DEFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPICCISS_IOCTLH #ifndef _UAPICCISS_IOCTLH
#define _UAPICCISS_IOCTLH #define _UAPICCISS_IOCTLH
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* -- <linux/cdrom.h> * -- <linux/cdrom.h>
* General header file for linux CD-ROM drivers * General header file for linux CD-ROM drivers
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ioctl interface for the scsi media changer driver * ioctl interface for the scsi media changer driver
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_CM4000_H_ #ifndef _UAPI_CM4000_H_
#define _UAPI_CM4000_H_ #define _UAPI_CM4000_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__CODA_PSDEV_H #ifndef _UAPI__CODA_PSDEV_H
#define _UAPI__CODA_PSDEV_H #define _UAPI__CODA_PSDEV_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* const.h: Macros for dealing with constants. */ /* const.h: Macros for dealing with constants. */
#ifndef _LINUX_CONST_H #ifndef _LINUX_CONST_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_CORESIGHT_STM_H_ #ifndef __UAPI_CORESIGHT_STM_H_
#define __UAPI_CORESIGHT_STM_H_ #define __UAPI_CORESIGHT_STM_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__CRAMFS_H #ifndef _UAPI__CRAMFS_H
#define _UAPI__CRAMFS_H #define _UAPI__CRAMFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Definitions for talking to the CUDA. The CUDA is a microcontroller * Definitions for talking to the CUDA. The CUDA is a microcontroller
* which controls the ADB, system power, RTC, and various other things. * which controls the ADB, system power, RTC, and various other things.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* $Revision: 3.0 $$Date: 1998/11/02 14:20:59 $ /* $Revision: 3.0 $$Date: 1998/11/02 14:20:59 $
* linux/include/linux/cyclades.h * linux/include/linux/cyclades.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_DCCP_H #ifndef _UAPI_LINUX_DCCP_H
#define _UAPI_LINUX_DCCP_H #define _UAPI_LINUX_DCCP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_DN_H #ifndef _LINUX_DN_H
#define _LINUX_DN_H #define _LINUX_DN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* efs_fs_sb.h * efs_fs_sb.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_ELF_EM_H #ifndef _LINUX_ELF_EM_H
#define _LINUX_ELF_EM_H #define _LINUX_ELF_EM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_ELF_H #ifndef _UAPI_LINUX_ELF_H
#define _UAPI_LINUX_ELF_H #define _UAPI_LINUX_ELF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_ELFCORE_H #ifndef _UAPI_LINUX_ELFCORE_H
#define _UAPI_LINUX_ELFCORE_H #define _UAPI_LINUX_ELFCORE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_ERRQUEUE_H #ifndef _UAPI_LINUX_ERRQUEUE_H
#define _UAPI_LINUX_ERRQUEUE_H #define _UAPI_LINUX_ERRQUEUE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ethtool.h: Defines for Linux ethtool. * ethtool.h: Defines for Linux ethtool.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef FADVISE_H_INCLUDED #ifndef FADVISE_H_INCLUDED
#define FADVISE_H_INCLUDED #define FADVISE_H_INCLUDED
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_FALLOC_H_ #ifndef _UAPI_FALLOC_H_
#define _UAPI_FALLOC_H_ #define _UAPI_FALLOC_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FANOTIFY_H #ifndef _UAPI_LINUX_FANOTIFY_H
#define _UAPI_LINUX_FANOTIFY_H #define _UAPI_LINUX_FANOTIFY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FB_H #ifndef _UAPI_LINUX_FB_H
#define _UAPI_LINUX_FB_H #define _UAPI_LINUX_FB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FCNTL_H #ifndef _UAPI_LINUX_FCNTL_H
#define _UAPI_LINUX_FCNTL_H #define _UAPI_LINUX_FCNTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FD_H #ifndef _UAPI_LINUX_FD_H
#define _UAPI_LINUX_FD_H #define _UAPI_LINUX_FD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_FDREG_H #ifndef _LINUX_FDREG_H
#define _LINUX_FDREG_H #define _LINUX_FDREG_H
/* /*
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_FIB_RULES_H #ifndef __LINUX_FIB_RULES_H
#define __LINUX_FIB_RULES_H #define __LINUX_FIB_RULES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* FS_IOC_FIEMAP ioctl infrastructure. * FS_IOC_FIEMAP ioctl infrastructure.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Linux Socket Filter Data Structures * Linux Socket Filter Data Structures
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 2002-2003 David McCullough <davidm@snapgear.com> * Copyright (C) 2002-2003 David McCullough <davidm@snapgear.com>
* Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com> * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* fou.h - FOU Interface */ /* fou.h - FOU Interface */
#ifndef _UAPI_LINUX_FOU_H #ifndef _UAPI_LINUX_FOU_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FS_H #ifndef _UAPI_LINUX_FS_H
#define _UAPI_LINUX_FS_H #define _UAPI_LINUX_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* FS_IOC_GETFSMAP ioctl infrastructure. * FS_IOC_GETFSMAP ioctl infrastructure.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_FUTEX_H #ifndef _UAPI_LINUX_FUTEX_H
#define _UAPI_LINUX_FUTEX_H #define _UAPI_LINUX_FUTEX_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_GEN_STATS_H #ifndef __LINUX_GEN_STATS_H
#define __LINUX_GEN_STATS_H #define __LINUX_GEN_STATS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_GENERIC_NETLINK_H #ifndef _UAPI__LINUX_GENERIC_NETLINK_H
#define _UAPI__LINUX_GENERIC_NETLINK_H #define _UAPI__LINUX_GENERIC_NETLINK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_GSMMUX_H #ifndef _LINUX_GSMMUX_H
#define _LINUX_GSMMUX_H #define _LINUX_GSMMUX_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_GTP_H_ #ifndef _UAPI_LINUX_GTP_H_
#define _UAPI_LINUX_GTP_H_ #define _UAPI_LINUX_GTP_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __HDLC_IOCTL_H__ #ifndef __HDLC_IOCTL_H__
#define __HDLC_IOCTL_H__ #define __HDLC_IOCTL_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* hdlcdrv.h -- HDLC packet radio network driver. * hdlcdrv.h -- HDLC packet radio network driver.
* The Linux soundcard driver for 1200 baud and 9600 baud packet radio * The Linux soundcard driver for 1200 baud and 9600 baud packet radio
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_HDREG_H #ifndef _LINUX_HDREG_H
#define _LINUX_HDREG_H #define _LINUX_HDREG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__HPET__ #ifndef _UAPI__HPET__
#define _UAPI__HPET__ #define _UAPI__HPET__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_HW_BREAKPOINT_H #ifndef _UAPI_LINUX_HW_BREAKPOINT_H
#define _UAPI_LINUX_HW_BREAKPOINT_H #define _UAPI_LINUX_HW_BREAKPOINT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_ICMPV6_H #ifndef _UAPI_LINUX_ICMPV6_H
#define _UAPI_LINUX_ICMPV6_H #define _UAPI_LINUX_ICMPV6_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_IF_ADDR_H #ifndef __LINUX_IF_ADDR_H
#define __LINUX_IF_ADDR_H #define __LINUX_IF_ADDR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* if_addrlabel.h - netlink interface for address labels * if_addrlabel.h - netlink interface for address labels
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_IF_LINK_H #ifndef _UAPI_LINUX_IF_LINK_H
#define _UAPI_LINUX_IF_LINK_H #define _UAPI_LINUX_IF_LINK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_LTALK_H #ifndef _UAPI__LINUX_LTALK_H
#define _UAPI__LINUX_LTALK_H #define _UAPI__LINUX_LTALK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_IF_PACKET_H #ifndef __LINUX_IF_PACKET_H
#define __LINUX_IF_PACKET_H #define __LINUX_IF_PACKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* File: if_phonet.h * File: if_phonet.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Swansea University Computer Society NET3 * Swansea University Computer Society NET3
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_IF_TUNNEL_H_ #ifndef _UAPI_IF_TUNNEL_H_
#define _UAPI_IF_TUNNEL_H_ #define _UAPI_IF_TUNNEL_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_IFE_H #ifndef __UAPI_IFE_H
#define __UAPI_IFE_H #define __UAPI_IFE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* ila.h - ILA Interface */ /* ila.h - ILA Interface */
#ifndef _UAPI_LINUX_ILA_H #ifndef _UAPI_LINUX_ILA_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_IN_ROUTE_H #ifndef _LINUX_IN_ROUTE_H
#define _LINUX_IN_ROUTE_H #define _LINUX_IN_ROUTE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_INET_DIAG_H_ #ifndef _UAPI_INET_DIAG_H_
#define _UAPI_INET_DIAG_H_ #define _UAPI_INET_DIAG_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Inode based directory notification for Linux * Inode based directory notification for Linux
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_IOCTL_H #ifndef _LINUX_IOCTL_H
#define _LINUX_IOCTL_H #define _LINUX_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6_TUNNEL_H #ifndef _IP6_TUNNEL_H
#define _IP6_TUNNEL_H #define _IP6_TUNNEL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* IP Virtual Server * IP Virtual Server
* data structure and functionality definitions * data structure and functionality definitions
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_IPC_H #ifndef _UAPI_LINUX_IPC_H
#define _UAPI_LINUX_IPC_H #define _UAPI_LINUX_IPC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_IPSEC_H #ifndef _LINUX_IPSEC_H
#define _LINUX_IPSEC_H #define _LINUX_IPSEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_IPV6_H #ifndef _UAPI_IPV6_H
#define _UAPI_IPV6_H #define _UAPI_IPV6_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPX_H_ #ifndef _IPX_H_
#define _IPX_H_ #define _IPX_H_
#include <linux/libc-compat.h> /* for compatibility with glibc netipx/ipx.h */ #include <linux/libc-compat.h> /* for compatibility with glibc netipx/ipx.h */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ISOFS_FS_H #ifndef _ISOFS_FS_H
#define _ISOFS_FS_H #define _ISOFS_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KCMP_H #ifndef _UAPI_LINUX_KCMP_H
#define _UAPI_LINUX_KCMP_H #define _UAPI_LINUX_KCMP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_KCOV_IOCTLS_H #ifndef _LINUX_KCOV_IOCTLS_H
#define _LINUX_KCOV_IOCTLS_H #define _LINUX_KCOV_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KD_H #ifndef _UAPI_LINUX_KD_H
#define _UAPI_LINUX_KD_H #define _UAPI_LINUX_KD_H
#include <linux/types.h> #include <linux/types.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KDEV_T_H #ifndef _UAPI_LINUX_KDEV_T_H
#define _UAPI_LINUX_KDEV_T_H #define _UAPI_LINUX_KDEV_T_H
#ifndef __KERNEL__ #ifndef __KERNEL__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPILINUX_KERNEL_PAGE_FLAGS_H #ifndef _UAPILINUX_KERNEL_PAGE_FLAGS_H
#define _UAPILINUX_KERNEL_PAGE_FLAGS_H #define _UAPILINUX_KERNEL_PAGE_FLAGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KERNEL_H #ifndef _UAPI_LINUX_KERNEL_H
#define _UAPI_LINUX_KERNEL_H #define _UAPI_LINUX_KERNEL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* $Id: kernelcapi.h,v 1.8.6.2 2001/02/07 11:31:31 kai Exp $ * $Id: kernelcapi.h,v 1.8.6.2 2001/02/07 11:31:31 kai Exp $
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPILINUX_KEXEC_H #ifndef _UAPILINUX_KEXEC_H
#define _UAPILINUX_KEXEC_H #define _UAPILINUX_KEXEC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_KEYBOARD_H #ifndef _UAPI__LINUX_KEYBOARD_H
#define _UAPI__LINUX_KEYBOARD_H #define _UAPI__LINUX_KEYBOARD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_KVM_H #ifndef __LINUX_KVM_H
#define __LINUX_KVM_H #define __LINUX_KVM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_KVM_PARA_H #ifndef _UAPI__LINUX_KVM_PARA_H
#define _UAPI__LINUX_KVM_PARA_H #define _UAPI__LINUX_KVM_PARA_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* L2TP-over-IP socket for L2TPv3. * L2TP-over-IP socket for L2TPv3.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Compatibility interface for userspace libc header coordination: * Compatibility interface for userspace libc header coordination:
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_LIMITS_H #ifndef _LINUX_LIMITS_H
#define _LINUX_LIMITS_H #define _LINUX_LIMITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* lirc.h - linux infrared remote control header file * lirc.h - linux infrared remote control header file
* last modified 2010/07/13 by Jarod Wilson * last modified 2010/07/13 by Jarod Wilson
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* usr/include/linux/lp.h c.1991-1992 James Wiegand * usr/include/linux/lp.h c.1991-1992 James Wiegand
* many modifications copyright (C) 1992 Michael K. Johnson * many modifications copyright (C) 1992 Michael K. Johnson
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LWTUNNEL_H_ #ifndef _UAPI_LWTUNNEL_H_
#define _UAPI_LWTUNNEL_H_ #define _UAPI_LWTUNNEL_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_MAGIC_H__ #ifndef __LINUX_MAGIC_H__
#define __LINUX_MAGIC_H__ #define __LINUX_MAGIC_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_MAJOR_H #ifndef _LINUX_MAJOR_H
#define _LINUX_MAJOR_H #define _LINUX_MAJOR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_MATROXFB_H__ #ifndef __LINUX_MATROXFB_H__
#define __LINUX_MATROXFB_H__ #define __LINUX_MATROXFB_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_MEMFD_H #ifndef _UAPI_LINUX_MEMFD_H
#define _UAPI_LINUX_MEMFD_H #define _UAPI_LINUX_MEMFD_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* NUMA memory policies for Linux. * NUMA memory policies for Linux.
* Copyright 2003,2004 Andi Kleen SuSE Labs * Copyright 2003,2004 Andi Kleen SuSE Labs
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/mii.h: definitions for MII-compatible transceivers * linux/mii.h: definitions for MII-compatible transceivers
* Originally drivers/net/sunhme.h. * Originally drivers/net/sunhme.h.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_MINIX_FS_H #ifndef _LINUX_MINIX_FS_H
#define _LINUX_MINIX_FS_H #define _LINUX_MINIX_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_MMAN_H #ifndef _UAPI_LINUX_MMAN_H
#define _UAPI_LINUX_MMAN_H #define _UAPI_LINUX_MMAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef LINUX_MMC_IOCTL_H #ifndef LINUX_MMC_IOCTL_H
#define LINUX_MMC_IOCTL_H #define LINUX_MMC_IOCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_MODULE_H #ifndef _UAPI_LINUX_MODULE_H
#define _UAPI_LINUX_MODULE_H #define _UAPI_LINUX_MODULE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_MPLS_H #ifndef _UAPI_MPLS_H
#define _UAPI_MPLS_H #define _UAPI_MPLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_MROUTE_H #ifndef _UAPI__LINUX_MROUTE_H
#define _UAPI__LINUX_MROUTE_H #define _UAPI__LINUX_MROUTE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_MROUTE6_H #ifndef _UAPI__LINUX_MROUTE6_H
#define _UAPI__LINUX_MROUTE6_H #define _UAPI__LINUX_MROUTE6_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_MSDOS_FS_H #ifndef _UAPI_LINUX_MSDOS_FS_H
#define _UAPI_LINUX_MSDOS_FS_H #define _UAPI_LINUX_MSDOS_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_MSG_H #ifndef _UAPI_LINUX_MSG_H
#define _UAPI_LINUX_MSG_H #define _UAPI_LINUX_MSG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/mtio.h header file for Linux. Written by H. Bergman * linux/mtio.h header file for Linux. Written by H. Bergman
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ncp.h * ncp.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ncp_fs.h * ncp_fs.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ncp_mount.h * ncp_mount.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NCP_NO #ifndef _NCP_NO
#define _NCP_NO #define _NCP_NO
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_NEIGHBOUR_H #ifndef __LINUX_NEIGHBOUR_H
#define __LINUX_NEIGHBOUR_H #define __LINUX_NEIGHBOUR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __NET_DROPMON_H #ifndef __NET_DROPMON_H
#define __NET_DROPMON_H #define __NET_DROPMON_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Userspace API for hardware time stamping of network packets * Userspace API for hardware time stamping of network packets
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_NETCONF_H_ #ifndef _UAPI_LINUX_NETCONF_H_
#define _UAPI_LINUX_NETCONF_H_ #define _UAPI_LINUX_NETCONF_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_NETFILTER_H #ifndef _UAPI__LINUX_NETFILTER_H
#define _UAPI__LINUX_NETFILTER_H #define _UAPI__LINUX_NETFILTER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__IP_SET_BITMAP_H #ifndef _UAPI__IP_SET_BITMAP_H
#define _UAPI__IP_SET_BITMAP_H #define _UAPI__IP_SET_BITMAP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__IP_SET_HASH_H #ifndef _UAPI__IP_SET_HASH_H
#define _UAPI__IP_SET_HASH_H #define _UAPI__IP_SET_HASH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__IP_SET_LIST_H #ifndef _UAPI__IP_SET_LIST_H
#define _UAPI__IP_SET_LIST_H #define _UAPI__IP_SET_LIST_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NF_CONNTRACK_COMMON_H #ifndef _UAPI_NF_CONNTRACK_COMMON_H
#define _UAPI_NF_CONNTRACK_COMMON_H #define _UAPI_NF_CONNTRACK_COMMON_H
/* Connection state tracking for netfilter. This is separated from, /* Connection state tracking for netfilter. This is separated from,
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NF_CONNTRACK_FTP_H #ifndef _UAPI_NF_CONNTRACK_FTP_H
#define _UAPI_NF_CONNTRACK_FTP_H #define _UAPI_NF_CONNTRACK_FTP_H
/* FTP tracking. */ /* FTP tracking. */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NF_CONNTRACK_SCTP_H #ifndef _UAPI_NF_CONNTRACK_SCTP_H
#define _UAPI_NF_CONNTRACK_SCTP_H #define _UAPI_NF_CONNTRACK_SCTP_H
/* SCTP tracking. */ /* SCTP tracking. */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NF_CONNTRACK_TCP_H #ifndef _UAPI_NF_CONNTRACK_TCP_H
#define _UAPI_NF_CONNTRACK_TCP_H #define _UAPI_NF_CONNTRACK_TCP_H
/* TCP tracking. */ /* TCP tracking. */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NF_CONNTRACK_TUPLE_COMMON_H #ifndef _NF_CONNTRACK_TUPLE_COMMON_H
#define _NF_CONNTRACK_TUPLE_COMMON_H #define _NF_CONNTRACK_TUPLE_COMMON_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NETFILTER_NF_LOG_H #ifndef _NETFILTER_NF_LOG_H
#define _NETFILTER_NF_LOG_H #define _NETFILTER_NF_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NETFILTER_NF_NAT_H #ifndef _NETFILTER_NF_NAT_H
#define _NETFILTER_NF_NAT_H #define _NETFILTER_NF_NAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NF_TABLES_H #ifndef _LINUX_NF_TABLES_H
#define _LINUX_NF_TABLES_H #define _LINUX_NF_TABLES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFT_COMPAT_NFNETLINK_H_ #ifndef _NFT_COMPAT_NFNETLINK_H_
#define _NFT_COMPAT_NFNETLINK_H_ #define _NFT_COMPAT_NFNETLINK_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NFNETLINK_H #ifndef _UAPI_NFNETLINK_H
#define _UAPI_NFNETLINK_H #define _UAPI_NFNETLINK_H
#include <linux/types.h> #include <linux/types.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_NFNL_ACCT_H_ #ifndef _UAPI_NFNL_ACCT_H_
#define _UAPI_NFNL_ACCT_H_ #define _UAPI_NFNL_ACCT_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFNETLINK_COMPAT_H #ifndef _NFNETLINK_COMPAT_H
#define _NFNETLINK_COMPAT_H #define _NFNETLINK_COMPAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPCONNTRACK_NETLINK_H #ifndef _IPCONNTRACK_NETLINK_H
#define _IPCONNTRACK_NETLINK_H #define _IPCONNTRACK_NETLINK_H
#include <linux/netfilter/nfnetlink.h> #include <linux/netfilter/nfnetlink.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFNL_CTHELPER_H_ #ifndef _NFNL_CTHELPER_H_
#define _NFNL_CTHELPER_H_ #define _NFNL_CTHELPER_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _CTTIMEOUT_NETLINK_H #ifndef _CTTIMEOUT_NETLINK_H
#define _CTTIMEOUT_NETLINK_H #define _CTTIMEOUT_NETLINK_H
#include <linux/netfilter/nfnetlink.h> #include <linux/netfilter/nfnetlink.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFNETLINK_LOG_H #ifndef _NFNETLINK_LOG_H
#define _NFNETLINK_LOG_H #define _NFNETLINK_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFNETLINK_QUEUE_H #ifndef _NFNETLINK_QUEUE_H
#define _NFNETLINK_QUEUE_H #define _NFNETLINK_QUEUE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_X_TABLES_H #ifndef _UAPI_X_TABLES_H
#define _UAPI_X_TABLES_H #define _UAPI_X_TABLES_H
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CLASSIFY_H #ifndef _XT_CLASSIFY_H
#define _XT_CLASSIFY_H #define _XT_CLASSIFY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CONNMARK_H_target #ifndef _XT_CONNMARK_H_target
#define _XT_CONNMARK_H_target #define _XT_CONNMARK_H_target
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CONNSECMARK_H_target #ifndef _XT_CONNSECMARK_H_target
#define _XT_CONNSECMARK_H_target #define _XT_CONNSECMARK_H_target
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CT_H #ifndef _XT_CT_H
#define _XT_CT_H #define _XT_CT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef XT_HMARK_H_ #ifndef XT_HMARK_H_
#define XT_HMARK_H_ #define XT_HMARK_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_LED_H #ifndef _XT_LED_H
#define _XT_LED_H #define _XT_LED_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_LOG_H #ifndef _XT_LOG_H
#define _XT_LOG_H #define _XT_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_MARK_H_target #ifndef _XT_MARK_H_target
#define _XT_MARK_H_target #define _XT_MARK_H_target
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_NFLOG_TARGET #ifndef _XT_NFLOG_TARGET
#define _XT_NFLOG_TARGET #define _XT_NFLOG_TARGET
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_RATEEST_TARGET_H #ifndef _XT_RATEEST_TARGET_H
#define _XT_RATEEST_TARGET_H #define _XT_RATEEST_TARGET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_SECMARK_H_target #ifndef _XT_SECMARK_H_target
#define _XT_SECMARK_H_target #define _XT_SECMARK_H_target
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_SYNPROXY_H #ifndef _XT_SYNPROXY_H
#define _XT_SYNPROXY_H #define _XT_SYNPROXY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TCPMSS_H #ifndef _XT_TCPMSS_H
#define _XT_TCPMSS_H #define _XT_TCPMSS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TCPOPTSTRIP_H #ifndef _XT_TCPOPTSTRIP_H
#define _XT_TCPOPTSTRIP_H #define _XT_TCPOPTSTRIP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TEE_TARGET_H #ifndef _XT_TEE_TARGET_H
#define _XT_TEE_TARGET_H #define _XT_TEE_TARGET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TPROXY_H #ifndef _XT_TPROXY_H
#define _XT_TPROXY_H #define _XT_TPROXY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_ADDRTYPE_H #ifndef _XT_ADDRTYPE_H
#define _XT_ADDRTYPE_H #define _XT_ADDRTYPE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_BPF_H #ifndef _XT_BPF_H
#define _XT_BPF_H #define _XT_BPF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_XT_CGROUP_H #ifndef _UAPI_XT_CGROUP_H
#define _UAPI_XT_CGROUP_H #define _UAPI_XT_CGROUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CLUSTER_MATCH_H #ifndef _XT_CLUSTER_MATCH_H
#define _XT_CLUSTER_MATCH_H #define _XT_CLUSTER_MATCH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_COMMENT_H #ifndef _XT_COMMENT_H
#define _XT_COMMENT_H #define _XT_COMMENT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CONNBYTES_H #ifndef _XT_CONNBYTES_H
#define _XT_CONNBYTES_H #define _XT_CONNBYTES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <linux/types.h> #include <linux/types.h>
#define XT_CONNLABEL_MAXBIT 127 #define XT_CONNLABEL_MAXBIT 127
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CONNLIMIT_H #ifndef _XT_CONNLIMIT_H
#define _XT_CONNLIMIT_H #define _XT_CONNLIMIT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_CPU_H #ifndef _XT_CPU_H
#define _XT_CPU_H #define _XT_CPU_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_DCCP_H_ #ifndef _XT_DCCP_H_
#define _XT_DCCP_H_ #define _XT_DCCP_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_DEVGROUP_H #ifndef _XT_DEVGROUP_H
#define _XT_DEVGROUP_H #define _XT_DEVGROUP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_ESP_H #ifndef _XT_ESP_H
#define _XT_ESP_H #define _XT_ESP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_XT_HASHLIMIT_H #ifndef _UAPI_XT_HASHLIMIT_H
#define _UAPI_XT_HASHLIMIT_H #define _UAPI_XT_HASHLIMIT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_HELPER_H #ifndef _XT_HELPER_H
#define _XT_HELPER_H #define _XT_HELPER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_IPCOMP_H #ifndef _XT_IPCOMP_H
#define _XT_IPCOMP_H #define _XT_IPCOMP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NETFILTER_XT_IPRANGE_H #ifndef _LINUX_NETFILTER_XT_IPRANGE_H
#define _LINUX_NETFILTER_XT_IPRANGE_H 1 #define _LINUX_NETFILTER_XT_IPRANGE_H 1
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_IPVS_H #ifndef _XT_IPVS_H
#define _XT_IPVS_H #define _XT_IPVS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NETFILTER_XT_L2TP_H #ifndef _LINUX_NETFILTER_XT_L2TP_H
#define _LINUX_NETFILTER_XT_L2TP_H #define _LINUX_NETFILTER_XT_L2TP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_LENGTH_H #ifndef _XT_LENGTH_H
#define _XT_LENGTH_H #define _XT_LENGTH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_RATE_H #ifndef _XT_RATE_H
#define _XT_RATE_H #define _XT_RATE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_MAC_H #ifndef _XT_MAC_H
#define _XT_MAC_H #define _XT_MAC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_MARK_H #ifndef _XT_MARK_H
#define _XT_MARK_H #define _XT_MARK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_MULTIPORT_H #ifndef _XT_MULTIPORT_H
#define _XT_MULTIPORT_H #define _XT_MULTIPORT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_NFACCT_MATCH_H #ifndef _XT_NFACCT_MATCH_H
#define _XT_NFACCT_MATCH_H #define _XT_NFACCT_MATCH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_OWNER_MATCH_H #ifndef _XT_OWNER_MATCH_H
#define _XT_OWNER_MATCH_H #define _XT_OWNER_MATCH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_XT_PHYSDEV_H #ifndef _UAPI_XT_PHYSDEV_H
#define _UAPI_XT_PHYSDEV_H #define _UAPI_XT_PHYSDEV_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_PKTTYPE_H #ifndef _XT_PKTTYPE_H
#define _XT_PKTTYPE_H #define _XT_PKTTYPE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_POLICY_H #ifndef _XT_POLICY_H
#define _XT_POLICY_H #define _XT_POLICY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_QUOTA_H #ifndef _XT_QUOTA_H
#define _XT_QUOTA_H #define _XT_QUOTA_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_RATEEST_MATCH_H #ifndef _XT_RATEEST_MATCH_H
#define _XT_RATEEST_MATCH_H #define _XT_RATEEST_MATCH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_REALM_H #ifndef _XT_REALM_H
#define _XT_REALM_H #define _XT_REALM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NETFILTER_XT_RECENT_H #ifndef _LINUX_NETFILTER_XT_RECENT_H
#define _LINUX_NETFILTER_XT_RECENT_H 1 #define _LINUX_NETFILTER_XT_RECENT_H 1
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_RPATH_H #ifndef _XT_RPATH_H
#define _XT_RPATH_H #define _XT_RPATH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_SCTP_H_ #ifndef _XT_SCTP_H_
#define _XT_SCTP_H_ #define _XT_SCTP_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_SET_H #ifndef _XT_SET_H
#define _XT_SET_H #define _XT_SET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_SOCKET_H #ifndef _XT_SOCKET_H
#define _XT_SOCKET_H #define _XT_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_STATE_H #ifndef _XT_STATE_H
#define _XT_STATE_H #define _XT_STATE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_STATISTIC_H #ifndef _XT_STATISTIC_H
#define _XT_STATISTIC_H #define _XT_STATISTIC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_STRING_H #ifndef _XT_STRING_H
#define _XT_STRING_H #define _XT_STRING_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TCPMSS_MATCH_H #ifndef _XT_TCPMSS_MATCH_H
#define _XT_TCPMSS_MATCH_H #define _XT_TCPMSS_MATCH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TCPUDP_H #ifndef _XT_TCPUDP_H
#define _XT_TCPUDP_H #define _XT_TCPUDP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_TIME_H #ifndef _XT_TIME_H
#define _XT_TIME_H 1 #define _XT_TIME_H 1
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_U32_H #ifndef _XT_U32_H
#define _XT_U32_H 1 #define _XT_U32_H 1
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Format of an ARP firewall descriptor * Format of an ARP firewall descriptor
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ARPT_MANGLE_H #ifndef _ARPT_MANGLE_H
#define _ARPT_MANGLE_H #define _ARPT_MANGLE_H
#include <linux/netfilter_arp/arp_tables.h> #include <linux/netfilter_arp/arp_tables.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_BRIDGE_NETFILTER_H #ifndef _UAPI__LINUX_BRIDGE_NETFILTER_H
#define _UAPI__LINUX_BRIDGE_NETFILTER_H #define _UAPI__LINUX_BRIDGE_NETFILTER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_BRIDGE_EBT_802_3_H #ifndef _UAPI__LINUX_BRIDGE_EBT_802_3_H
#define _UAPI__LINUX_BRIDGE_EBT_802_3_H #define _UAPI__LINUX_BRIDGE_EBT_802_3_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_AMONG_H #ifndef __LINUX_BRIDGE_EBT_AMONG_H
#define __LINUX_BRIDGE_EBT_AMONG_H #define __LINUX_BRIDGE_EBT_AMONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_ARP_H #ifndef __LINUX_BRIDGE_EBT_ARP_H
#define __LINUX_BRIDGE_EBT_ARP_H #define __LINUX_BRIDGE_EBT_ARP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H #ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
#define __LINUX_BRIDGE_EBT_ARPREPLY_H #define __LINUX_BRIDGE_EBT_ARPREPLY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ebt_ip * ebt_ip
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ebt_ip6 * ebt_ip6
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_LIMIT_H #ifndef __LINUX_BRIDGE_EBT_LIMIT_H
#define __LINUX_BRIDGE_EBT_LIMIT_H #define __LINUX_BRIDGE_EBT_LIMIT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_LOG_H #ifndef __LINUX_BRIDGE_EBT_LOG_H
#define __LINUX_BRIDGE_EBT_LOG_H #define __LINUX_BRIDGE_EBT_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_MARK_M_H #ifndef __LINUX_BRIDGE_EBT_MARK_M_H
#define __LINUX_BRIDGE_EBT_MARK_M_H #define __LINUX_BRIDGE_EBT_MARK_M_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_MARK_T_H #ifndef __LINUX_BRIDGE_EBT_MARK_T_H
#define __LINUX_BRIDGE_EBT_MARK_T_H #define __LINUX_BRIDGE_EBT_MARK_T_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_NAT_H #ifndef __LINUX_BRIDGE_EBT_NAT_H
#define __LINUX_BRIDGE_EBT_NAT_H #define __LINUX_BRIDGE_EBT_NAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_NFLOG_H #ifndef __LINUX_BRIDGE_EBT_NFLOG_H
#define __LINUX_BRIDGE_EBT_NFLOG_H #define __LINUX_BRIDGE_EBT_NFLOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
#define __LINUX_BRIDGE_EBT_PKTTYPE_H #define __LINUX_BRIDGE_EBT_PKTTYPE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_REDIRECT_H #ifndef __LINUX_BRIDGE_EBT_REDIRECT_H
#define __LINUX_BRIDGE_EBT_REDIRECT_H #define __LINUX_BRIDGE_EBT_REDIRECT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_STP_H #ifndef __LINUX_BRIDGE_EBT_STP_H
#define __LINUX_BRIDGE_EBT_STP_H #define __LINUX_BRIDGE_EBT_STP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_BRIDGE_EBT_VLAN_H #ifndef __LINUX_BRIDGE_EBT_VLAN_H
#define __LINUX_BRIDGE_EBT_VLAN_H #define __LINUX_BRIDGE_EBT_VLAN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ebtables * ebtables
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* 25-Jul-1998 Major changes to allow for ip chain table * 25-Jul-1998 Major changes to allow for ip chain table
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPT_CLUSTERIP_H_target #ifndef _IPT_CLUSTERIP_H_target
#define _IPT_CLUSTERIP_H_target #define _IPT_CLUSTERIP_H_target
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPT_LOG_H #ifndef _IPT_LOG_H
#define _IPT_LOG_H #define _IPT_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPT_REJECT_H #ifndef _IPT_REJECT_H
#define _IPT_REJECT_H #define _IPT_REJECT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* TTL modification module for IP tables /* TTL modification module for IP tables
* (C) 2000 by Harald Welte <laforge@netfilter.org> */ * (C) 2000 by Harald Welte <laforge@netfilter.org> */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPT_AH_H #ifndef _IPT_AH_H
#define _IPT_AH_H #define _IPT_AH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPT_ECN_H #ifndef _IPT_ECN_H
#define _IPT_ECN_H #define _IPT_ECN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* IP tables module for matching the value of the TTL /* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte <laforge@gnumonks.org> */ * (C) 2000 by Harald Welte <laforge@gnumonks.org> */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* 25-Jul-1998 Major changes to allow for ip chain table * 25-Jul-1998 Major changes to allow for ip chain table
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* Hop Limit modification module for ip6tables /* Hop Limit modification module for ip6tables
* Maciej Soltysiak <solt@dns.toxicfilms.tv> * Maciej Soltysiak <solt@dns.toxicfilms.tv>
* Based on HW's TTL module */ * Based on HW's TTL module */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_LOG_H #ifndef _IP6T_LOG_H
#define _IP6T_LOG_H #define _IP6T_LOG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __NETFILTER_IP6T_NPT #ifndef __NETFILTER_IP6T_NPT
#define __NETFILTER_IP6T_NPT #define __NETFILTER_IP6T_NPT
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_REJECT_H #ifndef _IP6T_REJECT_H
#define _IP6T_REJECT_H #define _IP6T_REJECT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_AH_H #ifndef _IP6T_AH_H
#define _IP6T_AH_H #define _IP6T_AH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_FRAG_H #ifndef _IP6T_FRAG_H
#define _IP6T_FRAG_H #define _IP6T_FRAG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* ip6tables module for matching the Hop Limit value /* ip6tables module for matching the Hop Limit value
* Maciej Soltysiak <solt@dns.toxicfilms.tv> * Maciej Soltysiak <solt@dns.toxicfilms.tv>
* Based on HW's ttl module */ * Based on HW's ttl module */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* ipv6header match - matches IPv6 packets based /* ipv6header match - matches IPv6 packets based
on whether they contain certain headers */ on whether they contain certain headers */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_MH_H #ifndef _IP6T_MH_H
#define _IP6T_MH_H #define _IP6T_MH_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_OPTS_H #ifndef _IP6T_OPTS_H
#define _IP6T_OPTS_H #define _IP6T_OPTS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_RT_H #ifndef _IP6T_RT_H
#define _IP6T_RT_H #define _IP6T_RT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_NETLINK_H #ifndef _UAPI__LINUX_NETLINK_H
#define _UAPI__LINUX_NETLINK_H #define _UAPI__LINUX_NETLINK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __NETLINK_DIAG_H__ #ifndef __NETLINK_DIAG_H__
#define __NETLINK_DIAG_H__ #define __NETLINK_DIAG_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* These are the public elements of the Linux kernel NET/ROM implementation. * These are the public elements of the Linux kernel NET/ROM implementation.
* For kernel AX.25 see the file ax25.h. This file requires ax25.h for the * For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* NFS protocol definitions * NFS protocol definitions
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* NFS protocol definitions * NFS protocol definitions
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* NFSv3 protocol definitions * NFSv3 protocol definitions
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/nfs4.h * include/linux/nfs4.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NFS4_MOUNT_H #ifndef _LINUX_NFS4_MOUNT_H
#define _LINUX_NFS4_MOUNT_H #define _LINUX_NFS4_MOUNT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/include/linux/nfs_fs.h * linux/include/linux/nfs_fs.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_NFS_MOUNT_H #ifndef _LINUX_NFS_MOUNT_H
#define _LINUX_NFS_MOUNT_H #define _LINUX_NFS_MOUNT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* File: linux/nfsacl.h * File: linux/nfsacl.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/include/linux/nfsd/debug.h * linux/include/linux/nfsd/debug.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/nfsd/export.h * include/linux/nfsd/export.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file describes the layout of the file handles as passed * This file describes the layout of the file handles as passed
* over the wire. * over the wire.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/include/linux/nfsd/stats.h * linux/include/linux/nfsd/stats.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_NSFS_H #ifndef __LINUX_NSFS_H
#define __LINUX_NSFS_H #define __LINUX_NSFS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
nubus.h: various definitions and prototypes for NuBus drivers to use. nubus.h: various definitions and prototypes for NuBus drivers to use.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_NVRAM_H #ifndef _UAPI_LINUX_NVRAM_H
#define _UAPI_LINUX_NVRAM_H #define _UAPI_LINUX_NVRAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__INCLUDE_LINUX_OOM_H #ifndef _UAPI__INCLUDE_LINUX_OOM_H
#define _UAPI__INCLUDE_LINUX_OOM_H #define _UAPI__INCLUDE_LINUX_OOM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __PACKET_DIAG_H__ #ifndef __PACKET_DIAG_H__
#define __PACKET_DIAG_H__ #define __PACKET_DIAG_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_PARAM_H #ifndef _LINUX_PARAM_H
#define _LINUX_PARAM_H #define _LINUX_PARAM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* <linux/patchkey.h> -- definition of _PATCHKEY macro * <linux/patchkey.h> -- definition of _PATCHKEY macro
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* pci.h * pci.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* pci_regs.h * pci_regs.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/** /**
* pcitest.h - PCI test uapi defines * pcitest.h - PCI test uapi defines
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_PERSONALITY_H #ifndef _UAPI_LINUX_PERSONALITY_H
#define _UAPI_LINUX_PERSONALITY_H #define _UAPI_LINUX_PERSONALITY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* PF_KEY user interface, this is defined by rfc2367 so /* PF_KEY user interface, this is defined by rfc2367 so
* do not make arbitrary modifications or else this header * do not make arbitrary modifications or else this header
* file will not be compliant. * file will not be compliant.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_PKT_CLS_H #ifndef __LINUX_PKT_CLS_H
#define __LINUX_PKT_CLS_H #define __LINUX_PKT_CLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_PKT_SCHED_H #ifndef __LINUX_PKT_SCHED_H
#define __LINUX_PKT_SCHED_H #define __LINUX_PKT_SCHED_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Definitions for talking to the PMU. The PMU is a microcontroller * Definitions for talking to the PMU. The PMU is a microcontroller
* which controls battery charging and system power on PowerBook 3400 * which controls battery charging and system power on PowerBook 3400
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_POSIX_TYPES_H #ifndef _LINUX_POSIX_TYPES_H
#define _LINUX_POSIX_TYPES_H #define _LINUX_POSIX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_PR_H #ifndef _UAPI_PR_H
#define _UAPI_PR_H #define _UAPI_PR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_PRCTL_H #ifndef _LINUX_PRCTL_H
#define _LINUX_PRCTL_H #define _LINUX_PRCTL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_PSAMPLE_H #ifndef __UAPI_PSAMPLE_H
#define __UAPI_PSAMPLE_H #define __UAPI_PSAMPLE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* ARM Power State and Coordination Interface (PSCI) header * ARM Power State and Coordination Interface (PSCI) header
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_PTRACE_H #ifndef _UAPI_LINUX_PTRACE_H
#define _UAPI_LINUX_PTRACE_H #define _UAPI_LINUX_PTRACE_H
/* ptrace.h */ /* ptrace.h */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Name : qnx4_fs.h * Name : qnx4_fs.h
* Author : Richard Frowijn * Author : Richard Frowijn
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Name : qnxtypes.h * Name : qnxtypes.h
* Author : Richard Frowijn * Author : Richard Frowijn
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_QRTR_H #ifndef _LINUX_QRTR_H
#define _LINUX_QRTR_H #define _LINUX_QRTR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_RADEONFB_H__ #ifndef __LINUX_RADEONFB_H__
#define __LINUX_RADEONFB_H__ #define __LINUX_RADEONFB_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/random.h * include/linux/random.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_RAW_H #ifndef __LINUX_RAW_H
#define __LINUX_RAW_H #define __LINUX_RAW_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_REBOOT_H #ifndef _UAPI_LINUX_REBOOT_H
#define _UAPI_LINUX_REBOOT_H #define _UAPI_LINUX_REBOOT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
File: linux/reiserfs_xattr.h File: linux/reiserfs_xattr.h
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_RESOURCE_H #ifndef _UAPI_LINUX_RESOURCE_H
#define _UAPI_LINUX_RESOURCE_H #define _UAPI_LINUX_RESOURCE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_ROMFS_FS_H #ifndef __LINUX_ROMFS_FS_H
#define __LINUX_ROMFS_FS_H #define __LINUX_ROMFS_FS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* These are the public elements of the Linux kernel Rose implementation. * These are the public elements of the Linux kernel Rose implementation.
* For kernel AX.25 see the file ax25.h. This file requires ax25.h for the * For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Generic RTC interface. * Generic RTC interface.
* This version contains the part of the user interface to the Real Time Clock * This version contains the part of the user interface to the Real Time Clock
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_RTNETLINK_H #ifndef _UAPI__LINUX_RTNETLINK_H
#define _UAPI__LINUX_RTNETLINK_H #define _UAPI__LINUX_RTNETLINK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* $Id: scc.h,v 1.29 1997/04/02 14:56:45 jreuter Exp jreuter $ */ /* $Id: scc.h,v 1.29 1997/04/02 14:56:45 jreuter Exp jreuter $ */
#ifndef _UAPI_SCC_H #ifndef _UAPI_SCC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SCHED_H #ifndef _UAPI_LINUX_SCHED_H
#define _UAPI_LINUX_SCHED_H #define _UAPI_LINUX_SCHED_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SCHED_TYPES_H #ifndef _UAPI_LINUX_SCHED_TYPES_H
#define _UAPI_LINUX_SCHED_TYPES_H #define _UAPI_LINUX_SCHED_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_SCREEN_INFO_H #ifndef _UAPI_SCREEN_INFO_H
#define _UAPI_SCREEN_INFO_H #define _UAPI_SCREEN_INFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SECCOMP_H #ifndef _UAPI_LINUX_SECCOMP_H
#define _UAPI_LINUX_SECCOMP_H #define _UAPI_LINUX_SECCOMP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SECUREBITS_H #ifndef _UAPI_LINUX_SECUREBITS_H
#define _UAPI_LINUX_SECUREBITS_H #define _UAPI_LINUX_SECUREBITS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SEG6_GENL_H #ifndef _UAPI_LINUX_SEG6_GENL_H
#define _UAPI_LINUX_SEG6_GENL_H #define _UAPI_LINUX_SEG6_GENL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SEG6_HMAC_H #ifndef _UAPI_LINUX_SEG6_HMAC_H
#define _UAPI_LINUX_SEG6_HMAC_H #define _UAPI_LINUX_SEG6_HMAC_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SEM_H #ifndef _UAPI_LINUX_SEM_H
#define _UAPI_LINUX_SEM_H #define _UAPI_LINUX_SEM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SHM_H_ #ifndef _UAPI_LINUX_SHM_H_
#define _UAPI_LINUX_SHM_H_ #define _UAPI_LINUX_SHM_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SIGNAL_H #ifndef _UAPI_LINUX_SIGNAL_H
#define _UAPI_LINUX_SIGNAL_H #define _UAPI_LINUX_SIGNAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/signalfd.h * include/linux/signalfd.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Shared Memory Communications over RDMA (SMC-R) and RoCE * Shared Memory Communications over RDMA (SMC-R) and RoCE
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_SMC_DIAG_H_ #ifndef _UAPI_SMC_DIAG_H_
#define _UAPI_SMC_DIAG_H_ #define _UAPI_SMC_DIAG_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Definitions for MIBs * Definitions for MIBs
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__SOCK_DIAG_H__ #ifndef _UAPI__SOCK_DIAG_H__
#define _UAPI__SOCK_DIAG_H__ #define _UAPI__SOCK_DIAG_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SOCKET_H #ifndef _UAPI_LINUX_SOCKET_H
#define _UAPI_LINUX_SOCKET_H #define _UAPI_LINUX_SOCKET_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* sonet.h - SONET/SHD physical layer control */ /* sonet.h - SONET/SHD physical layer control */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SOUND_H #ifndef _UAPI_LINUX_SOUND_H
#define _UAPI_LINUX_SOUND_H #define _UAPI_LINUX_SOUND_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_STAT_H #ifndef _UAPI_LINUX_STAT_H
#define _UAPI_LINUX_STAT_H #define _UAPI_LINUX_STAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <linux/compiler.h> #include <linux/compiler.h>
#ifndef __always_inline #ifndef __always_inline
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_STRING_H_ #ifndef _UAPI_LINUX_STRING_H_
#define _UAPI_LINUX_STRING_H_ #define _UAPI_LINUX_STRING_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* linux/include/linux/sunrpc/debug.h * linux/include/linux/sunrpc/debug.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_SUSPEND_IOCTLS_H #ifndef _LINUX_SUSPEND_IOCTLS_H
#define _LINUX_SUSPEND_IOCTLS_H #define _LINUX_SUSPEND_IOCTLS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_SWAB_H #ifndef _UAPI_LINUX_SWAB_H
#define _UAPI_LINUX_SWAB_H #define _UAPI_LINUX_SWAB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* sysctl.h: General linux system control interface * sysctl.h: General linux system control interface
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_SYSINFO_H #ifndef _LINUX_SYSINFO_H
#define _LINUX_SYSINFO_H #define _LINUX_SYSINFO_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __TARGET_CORE_USER_H #ifndef __TARGET_CORE_USER_H
#define __TARGET_CORE_USER_H #define __TARGET_CORE_USER_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_TC_CONNMARK_H #ifndef __UAPI_TC_CONNMARK_H
#define __UAPI_TC_CONNMARK_H #define __UAPI_TC_CONNMARK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_CSUM_H #ifndef __LINUX_TC_CSUM_H
#define __LINUX_TC_CSUM_H #define __LINUX_TC_CSUM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_DEF_H #ifndef __LINUX_TC_DEF_H
#define __LINUX_TC_DEF_H #define __LINUX_TC_DEF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_GACT_H #ifndef __LINUX_TC_GACT_H
#define __LINUX_TC_GACT_H #define __LINUX_TC_GACT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_TC_IFE_H #ifndef __UAPI_TC_IFE_H
#define __UAPI_TC_IFE_H #define __UAPI_TC_IFE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_IPT_H #ifndef __LINUX_TC_IPT_H
#define __LINUX_TC_IPT_H #define __LINUX_TC_IPT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_MIR_H #ifndef __LINUX_TC_MIR_H
#define __LINUX_TC_MIR_H #define __LINUX_TC_MIR_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_NAT_H #ifndef __LINUX_TC_NAT_H
#define __LINUX_TC_NAT_H #define __LINUX_TC_NAT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_PED_H #ifndef __LINUX_TC_PED_H
#define __LINUX_TC_PED_H #define __LINUX_TC_PED_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_SAMPLE_H #ifndef __LINUX_TC_SAMPLE_H
#define __LINUX_TC_SAMPLE_H #define __LINUX_TC_SAMPLE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_EM_CMP_H #ifndef __LINUX_TC_EM_CMP_H
#define __LINUX_TC_EM_CMP_H #define __LINUX_TC_EM_CMP_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_EM_META_H #ifndef __LINUX_TC_EM_META_H
#define __LINUX_TC_EM_META_H #define __LINUX_TC_EM_META_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_EM_NBYTE_H #ifndef __LINUX_TC_EM_NBYTE_H
#define __LINUX_TC_EM_NBYTE_H #define __LINUX_TC_EM_NBYTE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_TC_EM_TEXT_H #ifndef __LINUX_TC_EM_TEXT_H
#define __LINUX_TC_EM_TEXT_H #define __LINUX_TC_EM_TEXT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* tcp_metrics.h - TCP Metrics Interface */ /* tcp_metrics.h - TCP Metrics Interface */
#ifndef _LINUX_TCP_METRICS_H #ifndef _LINUX_TCP_METRICS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_TERMIOS_H #ifndef _LINUX_TERMIOS_H
#define _LINUX_TERMIOS_H #define _LINUX_TERMIOS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_THERMAL_H #ifndef _UAPI_LINUX_THERMAL_H
#define _UAPI_LINUX_THERMAL_H #define _UAPI_LINUX_THERMAL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_TIME_H #ifndef _UAPI_LINUX_TIME_H
#define _UAPI_LINUX_TIME_H #define _UAPI_LINUX_TIME_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/timerfd.h * include/linux/timerfd.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_TIMES_H #ifndef _LINUX_TIMES_H
#define _LINUX_TIMES_H #define _LINUX_TIMES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_TIOCL_H #ifndef _LINUX_TIOCL_H
#define _LINUX_TIOCL_H #define _LINUX_TIOCL_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_TTY_H #ifndef _UAPI_LINUX_TTY_H
#define _UAPI_LINUX_TTY_H #define _UAPI_LINUX_TTY_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_TTY_FLAGS_H #ifndef _LINUX_TTY_FLAGS_H
#define _LINUX_TTY_FLAGS_H #define _LINUX_TTY_FLAGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_TYPES_H #ifndef _UAPI_LINUX_TYPES_H
#define _UAPI_LINUX_TYPES_H #define _UAPI_LINUX_TYPES_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_UN_H #ifndef _LINUX_UN_H
#define _LINUX_UN_H #define _LINUX_UN_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_UNISTD_H_ #ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_ #define _LINUX_UNISTD_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UNIX_DIAG_H__ #ifndef __UNIX_DIAG_H__
#define __UNIX_DIAG_H__ #define __UNIX_DIAG_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* USB Communications Device Class (CDC) definitions * USB Communications Device Class (CDC) definitions
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file holds Hub protocol constants and data structures that are * This file holds Hub protocol constants and data structures that are
* defined in chapter 11 (Hub Specification) of the USB 2.0 specification. * defined in chapter 11 (Hub Specification) of the USB 2.0 specification.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file holds USB constants and structures that are needed for * This file holds USB constants and structures that are needed for
* USB device APIs. These are used by the USB device model, which is * USB device APIs. These are used by the USB device model, which is
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_FUNCTIONFS_H__ #ifndef _UAPI__LINUX_FUNCTIONFS_H__
#define _UAPI__LINUX_FUNCTIONFS_H__ #define _UAPI__LINUX_FUNCTIONFS_H__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Filesystem based user-mode API to USB Gadget controller hardware * Filesystem based user-mode API to USB Gadget controller hardware
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Copyright (C) 2007 Stefan Kopp, Gechingen, Germany * Copyright (C) 2007 Stefan Kopp, Gechingen, Germany
* Copyright (C) 2008 Novell, Inc. * Copyright (C) 2008 Novell, Inc.
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* USB Video Class definitions. * USB Video Class definitions.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* usbip.h * usbip.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* include/linux/userfaultfd.h * include/linux/userfaultfd.h
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_UTIME_H #ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H #define _LINUX_UTIME_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_UTSNAME_H #ifndef _UAPI_LINUX_UTSNAME_H
#define _UAPI_LINUX_UTSNAME_H #define _UAPI_LINUX_UTSNAME_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_UVCVIDEO_H_ #ifndef __LINUX_UVCVIDEO_H_
#define __LINUX_UVCVIDEO_H_ #define __LINUX_UVCVIDEO_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __NET_VETH_H_ #ifndef __NET_VETH_H_
#define __NET_VETH_H_ #define __NET_VETH_H_
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Interfaces for vfio-ccw * Interfaces for vfio-ccw
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_VHOST_H #ifndef _LINUX_VHOST_H
#define _LINUX_VHOST_H #define _LINUX_VHOST_H
/* Userspace interface for in-kernel virtio accelerators. */ /* Userspace interface for in-kernel virtio accelerators. */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_VSOCKMON_H #ifndef _UAPI_VSOCKMON_H
#define _UAPI_VSOCKMON_H #define _UAPI_VSOCKMON_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_VT_H #ifndef _UAPI_LINUX_VT_H
#define _UAPI_LINUX_VT_H #define _UAPI_LINUX_VT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_WAIT_H #ifndef _UAPI_LINUX_WAIT_H
#define _UAPI_LINUX_WAIT_H #define _UAPI_LINUX_WAIT_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* wanrouter.h Legacy declarations kept around until X25 is removed * wanrouter.h Legacy declarations kept around until X25 is removed
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Generic watchdog defines. Derived from.. * Generic watchdog defines. Derived from..
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* This file define a set of standard wireless extensions * This file define a set of standard wireless extensions
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* These are the public elements of the Linux kernel X.25 implementation. * These are the public elements of the Linux kernel X.25 implementation.
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
File: linux/xattr.h File: linux/xattr.h
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_XFRM_H #ifndef _LINUX_XFRM_H
#define _LINUX_XFRM_H #define _LINUX_XFRM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Zorro board IDs * Zorro board IDs
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* /*
* Parts of INFTL headers shared with userspace * Parts of INFTL headers shared with userspace
* *
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_RDMA_NETLINK_H #ifndef _UAPI_RDMA_NETLINK_H
#define _UAPI_RDMA_NETLINK_H #define _UAPI_RDMA_NETLINK_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED #ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
#define _UAPI_SOUND_FIREWIRE_H_INCLUDED #define _UAPI_SOUND_FIREWIRE_H_INCLUDED
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__linux_video_edid_h__ #ifndef _UAPI__linux_video_edid_h__
#define _UAPI__linux_video_edid_h__ #define _UAPI__linux_video_edid_h__
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_UVESAFB_H #ifndef _UAPI_UVESAFB_H
#define _UAPI_UVESAFB_H #define _UAPI_UVESAFB_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ALPHA_BITSPERLONG_H #ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H #define __ASM_ALPHA_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_ALPHA_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_ALPHA_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_ALPHA_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_ALPHA_UAPI_ASM_MMAN_FIX_H
#define MADV_DODUMP 17 #define MADV_DODUMP 17
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ARM_PERF_REGS_H #ifndef _ASM_ARM_PERF_REGS_H
#define _ASM_ARM_PERF_REGS_H #define _ASM_ARM_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_ARM64_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_ARM64_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_ARM64_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_ARM64_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_ARM64_PERF_REGS_H #ifndef _ASM_ARM64_PERF_REGS_H
#define _ASM_ARM64_PERF_REGS_H #define _ASM_ARM64_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_FRV_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_FRV_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_FRV_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_FRV_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_IA64_BITSPERLONG_H #ifndef __ASM_IA64_BITSPERLONG_H
#define __ASM_IA64_BITSPERLONG_H #define __ASM_IA64_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include <asm-generic/bitsperlong.h> #include <asm-generic/bitsperlong.h>
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H
#define MADV_DODUMP 17 #define MADV_DODUMP 17
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_PARISC_BITSPERLONG_H #ifndef __ASM_PARISC_BITSPERLONG_H
#define __ASM_PARISC_BITSPERLONG_H #define __ASM_PARISC_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_PARISC_UAPI_ASM_MMAN_FIX_H
#define MADV_DODUMP 70 #define MADV_DODUMP 70
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_POWERPC_BITSPERLONG_H #ifndef __ASM_POWERPC_BITSPERLONG_H
#define __ASM_POWERPC_BITSPERLONG_H #define __ASM_POWERPC_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H
#define MAP_DENYWRITE 0x0800 #define MAP_DENYWRITE 0x0800
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_POWERPC_PERF_REGS_H #ifndef _UAPI_ASM_POWERPC_PERF_REGS_H
#define _UAPI_ASM_POWERPC_PERF_REGS_H #define _UAPI_ASM_POWERPC_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_S390_BITSPERLONG_H #ifndef __ASM_S390_BITSPERLONG_H
#define __ASM_S390_BITSPERLONG_H #define __ASM_S390_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_S390_SIE_H #ifndef _UAPI_ASM_S390_SIE_H
#define _UAPI_ASM_S390_SIE_H #define _UAPI_ASM_S390_SIE_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_BITSPERLONG_H #ifndef _ASM_SCORE_BITSPERLONG_H
#define _ASM_SCORE_BITSPERLONG_H #define _ASM_SCORE_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h> #include <uapi/asm-generic/mman.h>
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ALPHA_BITSPERLONG_H #ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H #define __ASM_ALPHA_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H
#define MAP_DENYWRITE 0x0800 #define MAP_DENYWRITE 0x0800
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_TILE_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_TILE_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_TILE_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_TILE_UAPI_ASM_MMAN_FIX_H
#define MAP_DENYWRITE 0x0800 #define MAP_DENYWRITE 0x0800
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_X86_BITSPERLONG_H #ifndef __ASM_X86_BITSPERLONG_H
#define __ASM_X86_BITSPERLONG_H #define __ASM_X86_BITSPERLONG_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_KVM_H #ifndef _ASM_X86_KVM_H
#define _ASM_X86_KVM_H #define _ASM_X86_KVM_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_KVM_PERF_H #ifndef _ASM_X86_KVM_PERF_H
#define _ASM_X86_KVM_PERF_H #define _ASM_X86_KVM_PERF_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_PERF_REGS_H #ifndef _ASM_X86_PERF_REGS_H
#define _ASM_X86_PERF_REGS_H #define _ASM_X86_PERF_REGS_H
......
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef TOOLS_ARCH_XTENSA_UAPI_ASM_MMAN_FIX_H #ifndef TOOLS_ARCH_XTENSA_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_XTENSA_UAPI_ASM_MMAN_FIX_H #define TOOLS_ARCH_XTENSA_UAPI_ASM_MMAN_FIX_H
#define MADV_DODUMP 17 #define MADV_DODUMP 17
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册