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