Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASMARM_SCATTERLIST_H |
2 | #define _ASMARM_SCATTERLIST_H | ||||
3 | |||||
4 | #include <asm/memory.h> | ||||
5 | #include <asm/types.h> | ||||
FUJITA Tomonori | 4d736b5 | 2010-04-04 23:25:52 +0900 | [diff] [blame] | 6 | #include <asm-generic/scatterlist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #endif /* _ASMARM_SCATTERLIST_H */ |