cregit-Linux how code gets into the kernel

Release 4.17 include/xen/interface/io/protocols.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __XEN_PROTOCOLS_H__

#define __XEN_PROTOCOLS_H__


#define XEN_IO_PROTO_ABI_X86_32     "x86_32-abi"

#define XEN_IO_PROTO_ABI_X86_64     "x86_64-abi"

#define XEN_IO_PROTO_ABI_POWERPC64  "powerpc64-abi"

#define XEN_IO_PROTO_ABI_ARM        "arm-abi"

#if defined(__i386__)

# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_X86_32
#elif defined(__x86_64__)

# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_X86_64
#elif defined(__powerpc64__)

# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_POWERPC64
#elif defined(__arm__) || defined(__aarch64__)

# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_ARM
#else
# error arch fixup needed here
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Markus Armbruster5774.03%125.00%
Stefano Stabellini1924.68%250.00%
Greg Kroah-Hartman11.30%125.00%
Total77100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.