OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-mips64/] [scatterlist.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef __ASM_SCATTERLIST_H
2
#define __ASM_SCATTERLIST_H
3
 
4
struct scatterlist {
5
        char * address;         /* Location data is to be transferred to,
6
                                   NULL for highmem page */
7
        struct page * page;     /* Location for highmem page, if any */
8
        unsigned int offset;
9
        dma_addr_t dma_address;
10
        unsigned long length;
11
};
12
 
13
#define ISA_DMA_THRESHOLD (0x00ffffff)
14
 
15
#endif /* __ASM_SCATTERLIST_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.