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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1276 phoenix
#ifndef _ASMS390_SCATTERLIST_H
2
#define _ASMS390_SCATTERLIST_H
3
 
4
struct scatterlist {
5
    /* This will disappear in 2.5.x */
6
    char *address;
7
 
8
    /* These two are only valid if ADDRESS member of this
9
     * struct is NULL.
10
     */
11
    struct page *page;
12
    unsigned int offset;
13
 
14
    unsigned int length;
15
};
16
 
17
#define ISA_DMA_THRESHOLD (0xffffffffffffffff)
18
 
19
#endif /* _ASMS390X_SCATTERLIST_H */

powered by: WebSVN 2.1.0

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