|
|
| File: [Development] / linux-2.6-xfs / include / asm-s390 / Attic / scatterlist.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.6.0 |
#ifndef _ASMS390_SCATTERLIST_H
#define _ASMS390_SCATTERLIST_H
struct scatterlist {
struct page *page;
unsigned int offset;
unsigned int length;
};
#define ISA_DMA_THRESHOLD (0xffffffffffffffff)
#endif /* _ASMS390X_SCATTERLIST_H */