]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/microblaze/include/asm/kmap_types.h
Merge branch 'md-raid6-accel' into ioat3.2
[karo-tx-linux.git] / arch / microblaze / include / asm / kmap_types.h
1 /*
2  * Copyright (C) 2006 Atmark Techno, Inc.
3  *
4  * This file is subject to the terms and conditions of the GNU General Public
5  * License. See the file "COPYING" in the main directory of this archive
6  * for more details.
7  */
8
9 #ifndef _ASM_MICROBLAZE_KMAP_TYPES_H
10 #define _ASM_MICROBLAZE_KMAP_TYPES_H
11
12 enum km_type {
13         KM_BOUNCE_READ,
14         KM_SKB_SUNRPC_DATA,
15         KM_SKB_DATA_SOFTIRQ,
16         KM_USER0,
17         KM_USER1,
18         KM_BIO_SRC_IRQ,
19         KM_BIO_DST_IRQ,
20         KM_PTE0,
21         KM_PTE1,
22         KM_IRQ0,
23         KM_IRQ1,
24         KM_SOFTIRQ0,
25         KM_SOFTIRQ1,
26         KM_TYPE_NR,
27 };
28
29 #endif /* _ASM_MICROBLAZE_KMAP_TYPES_H */