linux-old/include/asm-x86_64/kmap_types.h
<<
>>
Prefs
   1#ifndef _ASM_KMAP_TYPES_H
   2#define _ASM_KMAP_TYPES_H
   3
   4enum km_type {
   5        KM_BOUNCE_READ,
   6        KM_SKB_DATA,
   7        KM_SKB_DATA_SOFTIRQ,
   8        KM_USER0,
   9        KM_USER1,
  10        KM_SOFTIRQ0,
  11        KM_SOFTIRQ1,
  12        KM_TYPE_NR
  13};
  14
  15#endif
  16
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.