2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _ALPHA_SCATTERLIST_H
|
|
|
|
#define _ALPHA_SCATTERLIST_H
|
|
|
|
|
2010-05-26 21:44:34 +00:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2010-05-26 21:44:34 +00:00
|
|
|
#define ISA_DMA_THRESHOLD (~0UL)
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif /* !(_ALPHA_SCATTERLIST_H) */
|