scatterlist.h 246 B

12345678910
  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 sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
  7. #endif /* _ASM_PARISC_SCATTERLIST_H */