2009-01-29 06:05:35 +00:00
|
|
|
#ifndef _M68K_SCATTERLIST_H
|
|
|
|
#define _M68K_SCATTERLIST_H
|
|
|
|
|
2010-05-26 21:44:39 +00:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2009-01-29 06:05:35 +00:00
|
|
|
|
|
|
|
/* This is bogus and should go away. */
|
|
|
|
#define ISA_DMA_THRESHOLD (0x00ffffff)
|
|
|
|
|
|
|
|
#endif /* !(_M68K_SCATTERLIST_H) */
|