repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] kexec: s390 support
[linux/fpc-iii.git]
/
include
/
asm-m68knommu
/
scatterlist.h
blob
230b8d56d17fb04f6ebd0bdfaa6376e79036128f
1
#ifndef _M68KNOMMU_SCATTERLIST_H
2
#define _M68KNOMMU_SCATTERLIST_H
3
4
struct
scatterlist
{
5
struct
page
*
page
;
6
unsigned int
offset
;
7
dma_addr_t dma_address
;
8
unsigned int
length
;
9
};
10
11
#define ISA_DMA_THRESHOLD (0xffffffff)
12
13
#endif
/* !(_M68KNOMMU_SCATTERLIST_H) */