2005-04-16 15:20:36 -07:00
|
|
|
#ifndef __ASM_SH_SCATTERLIST_H
|
|
|
|
#define __ASM_SH_SCATTERLIST_H
|
|
|
|
|
2007-11-30 17:52:53 +09:00
|
|
|
#define ISA_DMA_THRESHOLD PHYS_ADDR_MASK
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-06-14 23:25:04 +09:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2006-09-27 14:48:09 +09:00
|
|
|
|
2009-06-14 23:25:04 +09:00
|
|
|
#endif /* __ASM_SH_SCATTERLIST_H */
|