2005-04-17 06:20:36 +08:00
|
|
|
#ifndef __ASM_SH_SCATTERLIST_H
|
|
|
|
#define __ASM_SH_SCATTERLIST_H
|
|
|
|
|
2009-10-07 05:22:25 +08:00
|
|
|
#define ISA_DMA_THRESHOLD phys_addr_mask()
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2009-06-14 22:25:04 +08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2006-09-27 13:48:09 +08:00
|
|
|
|
2009-06-14 22:25:04 +08:00
|
|
|
#endif /* __ASM_SH_SCATTERLIST_H */
|