2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _ASM_M32R_SCATTERLIST_H
|
|
|
|
#define _ASM_M32R_SCATTERLIST_H
|
|
|
|
|
2010-05-27 05:44:37 +08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#define ISA_DMA_THRESHOLD (0x1fffffff)
|
|
|
|
|
|
|
|
#endif /* _ASM_M32R_SCATTERLIST_H */
|