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