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 v4.9 12 lines 329 B view raw
1/* 2 * 3 * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com> 4 * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com> 5 */ 6#ifndef _ASM_IA64_GCC_INTRIN_H 7#define _ASM_IA64_GCC_INTRIN_H 8 9#include <uapi/asm/gcc_intrin.h> 10 11register unsigned long ia64_r13 asm ("r13") __used; 12#endif /* _ASM_IA64_GCC_INTRIN_H */