Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_PARISC_SCATTERLIST_H |
| 2 | #define _ASM_PARISC_SCATTERLIST_H |
| 3 | |
| 4 | #include <asm/page.h> |
Jean Delvare | a9dfd28 | 2007-03-06 02:45:12 -0800 | [diff] [blame] | 5 | #include <asm/types.h> |
FUJITA Tomonori | f6ae31c | 2010-05-26 14:44:43 -0700 | [diff] [blame] | 6 | #include <asm-generic/scatterlist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
FUJITA Tomonori | f6ae31c | 2010-05-26 14:44:43 -0700 | [diff] [blame] | 8 | #define sg_virt_addr(sg) ((unsigned long)sg_virt(sg)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
| 10 | #endif /* _ASM_PARISC_SCATTERLIST_H */ |