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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [asm-or32/] [scatterlist.h] - Diff between revs 62 and 81

Show entire file | Details | Blame | View Log

Rev 62 Rev 81
Line 3... Line 3...
 
 
struct scatterlist {
struct scatterlist {
#ifdef CONFIG_DEBUG_SG
#ifdef CONFIG_DEBUG_SG
        unsigned long sg_magic;
        unsigned long sg_magic;
#endif
#endif
        char *  address;    /* Location data is to be transferred to */
        dma_addr_t  address;    /* Location data is to be transferred to */
        unsigned int length;
        unsigned int length;
 
 
        /* The following is i386 highmem junk - not used by us */
        /* The following is i386 highmem junk - not used by us */
        unsigned long page_link; /* Location for highmem page, if any */
        unsigned long page_link; /* Location for highmem page, if any */
        unsigned int offset;/* for highmem, page offset */
        unsigned int offset;/* for highmem, page offset */

powered by: WebSVN 2.1.0

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