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

Configure Feed

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

at v5.16 13 lines 306 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Compiler-dependent intrinsics. 4 * 5 * Copyright (C) 2002-2003 Hewlett-Packard Co 6 * David Mosberger-Tang <davidm@hpl.hp.com> 7 */ 8#ifndef _ASM_IA64_INTRINSICS_H 9#define _ASM_IA64_INTRINSICS_H 10 11#include <uapi/asm/intrinsics.h> 12 13#endif /* _ASM_IA64_INTRINSICS_H */