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 v3.14 17 lines 393 B view raw
1/* 2 * Based on <asm-i386/mman.h>. 3 * 4 * Modified 1998-2000, 2002 5 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co 6 */ 7#ifndef _ASM_IA64_MMAN_H 8#define _ASM_IA64_MMAN_H 9 10#include <uapi/asm/mman.h> 11 12#ifndef __ASSEMBLY__ 13#define arch_mmap_check ia64_mmap_check 14int ia64_mmap_check(unsigned long addr, unsigned long len, 15 unsigned long flags); 16#endif 17#endif /* _ASM_IA64_MMAN_H */