Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kmap_types.h
Go to the documentation of this file.
1 #ifndef __ARM_KMAP_TYPES_H
2 #define __ARM_KMAP_TYPES_H
3 
4 /*
5  * This is the "bare minimum". AIO seems to require this.
6  */
7 #define KM_TYPE_NR 16
8 
9 #endif