projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
69d21bb052f1e78cf937de604fc90c4b01c53100
[linux-2.6.git]
/
arch
/
sparc
/
include
/
asm
/
scatterlist.h
1
#ifndef _SPARC_SCATTERLIST_H
2
#define _SPARC_SCATTERLIST_H
3
4
#define ISA_DMA_THRESHOLD (~0UL)
5
6
#include <asm-generic/scatterlist.h>
7
8
#endif /* !(_SPARC_SCATTERLIST_H) */