• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
1#ifndef _ASM_PARISC_SCATTERLIST_H
2#define _ASM_PARISC_SCATTERLIST_H
3
4#include <asm/page.h>
5#include <asm/types.h>
6#include <asm-generic/scatterlist.h>
7
8#define sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
9
10#endif /* _ASM_PARISC_SCATTERLIST_H */
11