projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bcda59f399417d3d3493a7a9800a59c900094751
[linux-2.6.git]
/
arch
/
arm
/
include
/
asm
/
scatterlist.h
1
#ifndef _ASMARM_SCATTERLIST_H
2
#define _ASMARM_SCATTERLIST_H
3
4
#include <asm/memory.h>
5
#include <asm/types.h>
6
7
#include <asm-generic/scatterlist.h>
8
9
#undef ARCH_HAS_SG_CHAIN
10
11
#endif /* _ASMARM_SCATTERLIST_H */