Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASMARM_SCATTERLIST_H |
| 2 | #define _ASMARM_SCATTERLIST_H |
| 3 | |
Russell King | 74facff | 2011-06-02 11:16:22 +0100 | [diff] [blame] | 4 | #ifdef CONFIG_ARM_HAS_SG_CHAIN |
| 5 | #define ARCH_HAS_SG_CHAIN |
| 6 | #endif |
| 7 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #include <asm/memory.h> |
| 9 | #include <asm/types.h> |
FUJITA Tomonori | 4d736b5 | 2010-04-04 23:25:52 +0900 | [diff] [blame] | 10 | #include <asm-generic/scatterlist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #endif /* _ASMARM_SCATTERLIST_H */ |