Home | History | Annotate | Download | only in asm
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ****************************************************************************
     11  ****************************************************************************/
     12 #ifndef _ASM_X86_KMAP_TYPES_H
     13 #define _ASM_X86_KMAP_TYPES_H
     14 
     15 #define D(n)
     16 
     17 enum km_type {
     18 D(0) KM_BOUNCE_READ,
     19 D(1) KM_SKB_SUNRPC_DATA,
     20 D(2) KM_SKB_DATA_SOFTIRQ,
     21 D(3) KM_USER0,
     22 D(4) KM_USER1,
     23 D(5) KM_BIO_SRC_IRQ,
     24 D(6) KM_BIO_DST_IRQ,
     25 D(7) KM_PTE0,
     26 D(8) KM_PTE1,
     27 D(9) KM_IRQ0,
     28 D(10) KM_IRQ1,
     29 D(11) KM_SOFTIRQ0,
     30 D(12) KM_SOFTIRQ1,
     31 D(13) KM_TYPE_NR
     32 };
     33 
     34 #undef D
     35 
     36 #endif
     37