Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sparc
include
asm
mman.h
Go to the documentation of this file.
1
#ifndef __SPARC_MMAN_H__
2
#define __SPARC_MMAN_H__
3
4
#include <uapi/asm/mman.h>
5
6
#ifndef __ASSEMBLY__
7
#define arch_mmap_check(addr,len,flags) sparc_mmap_check(addr,len)
8
int
sparc_mmap_check
(
unsigned
long
addr
,
unsigned
long
len);
9
#endif
10
#endif
/* __SPARC_MMAN_H__ */
Generated on Thu Jan 10 2013 12:49:57 for Linux Kernel by
1.8.2