• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
1#ifndef __KMAP_TYPES_H
2
3#define __KMAP_TYPES_H
4
5
6enum km_type {
7	KM_BOUNCE_READ,
8	KM_SKB_SUNRPC_DATA,
9	KM_SKB_DATA_SOFTIRQ,
10	KM_USER0,
11	KM_USER1,
12	KM_BH_IRQ,
13	KM_SOFTIRQ0,
14	KM_SOFTIRQ1,
15	KM_TYPE_NR
16};
17
18#define _ASM_KMAP_TYPES_H
19
20#endif
21