RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-h8300 / scatterlist.h
blob985fdf54eacad5c49d39f5082b9807456f18603b
1 #ifndef _H8300_SCATTERLIST_H
2 #define _H8300_SCATTERLIST_H
4 #include <asm/types.h>
6 struct scatterlist {
7 struct page *page;
8 unsigned int offset;
9 dma_addr_t dma_address;
10 unsigned int length;
13 #define ISA_DMA_THRESHOLD (0xffffffff)
15 #endif /* !(_H8300_SCATTERLIST_H) */