scatterlist.h 279 B

1234567891011
  1. #ifndef _ASM_PARISC_SCATTERLIST_H
  2. #define _ASM_PARISC_SCATTERLIST_H
  3. #include <asm/page.h>
  4. #include <asm/types.h>
  5. #include <asm-generic/scatterlist.h>
  6. #define ISA_DMA_THRESHOLD (~0UL)
  7. #define sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
  8. #endif /* _ASM_PARISC_SCATTERLIST_H */