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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-s390x/] [scatterlist.h] - Rev 1275

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

#ifndef _ASMS390X_SCATTERLIST_H
#define _ASMS390X_SCATTERLIST_H
 
struct scatterlist {
    /* This will disappear in 2.5.x */
    char *address;
 
    /* These two are only valid if ADDRESS member of this
     * struct is NULL.
     */
    struct page *page;
    unsigned int offset;
 
    unsigned int length;
};
 
#define ISA_DMA_THRESHOLD (0xffffffffffffffff)
 
#endif /* _ASMS390X_SCATTERLIST_H */
 

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

powered by: WebSVN 2.1.0

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