2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _ASM_PARISC_SCATTERLIST_H
|
|
|
|
#define _ASM_PARISC_SCATTERLIST_H
|
|
|
|
|
|
|
|
#include <asm/page.h>
|
2007-03-06 18:45:12 +08:00
|
|
|
#include <asm/types.h>
|
2010-05-27 05:44:43 +08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2010-05-27 05:44:43 +08:00
|
|
|
#define sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif /* _ASM_PARISC_SCATTERLIST_H */
|