-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Heiko Carstens
authored and
Martin Schwidefsky
committed
Sep 11, 2009
1 parent
441071c
commit d1c8a38
Showing
2 changed files
with
2 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f64d04c042193183c6dad98944ae2861b998e8b7 | ||
refs/heads/master: 5dd1d2ece0250125fec2dcccbfb8ab9bb2ac020c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
#ifndef _ASMS390_SCATTERLIST_H | ||
#define _ASMS390_SCATTERLIST_H | ||
|
||
struct scatterlist { | ||
#ifdef CONFIG_DEBUG_SG | ||
unsigned long sg_magic; | ||
#endif | ||
unsigned long page_link; | ||
unsigned int offset; | ||
unsigned int length; | ||
}; | ||
|
||
#ifdef __s390x__ | ||
#define ISA_DMA_THRESHOLD (0xffffffffffffffffUL) | ||
#else | ||
#define ISA_DMA_THRESHOLD (0xffffffffUL) | ||
#endif | ||
|
||
#endif /* _ASMS390X_SCATTERLIST_H */ | ||
#include <asm-generic/scatterlist.h> |