Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | */ |
David Howells | 43e40f2 | 2012-10-09 09:47:00 +0100 | [diff] [blame] | 7 | #ifndef _ASM_IA64_MMAN_H |
| 8 | #define _ASM_IA64_MMAN_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
David Howells | 43e40f2 | 2012-10-09 09:47:00 +0100 | [diff] [blame] | 10 | #include <uapi/asm/mman.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Kirill Korotaev | 3a45975 | 2006-09-07 14:17:04 +0400 | [diff] [blame] | 12 | #ifndef __ASSEMBLY__ |
| 13 | #define arch_mmap_check ia64_mmap_check |
| 14 | int ia64_mmap_check(unsigned long addr, unsigned long len, |
| 15 | unsigned long flags); |
| 16 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #endif /* _ASM_IA64_MMAN_H */ |