Stephen Rothwell | 89edce0 | 2005-10-25 16:59:03 +1000 | [diff] [blame] | 1 | #ifndef _ASM_POWERPC_SCATTERLIST_H |
| 2 | #define _ASM_POWERPC_SCATTERLIST_H |
| 3 | /* |
| 4 | * Copyright (C) 2001 PPC64 Team, IBM Corp |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License |
| 8 | * as published by the Free Software Foundation; either version |
| 9 | * 2 of the License, or (at your option) any later version. |
| 10 | */ |
| 11 | |
Stephen Rothwell | 89edce0 | 2005-10-25 16:59:03 +1000 | [diff] [blame] | 12 | #include <asm/dma.h> |
FUJITA Tomonori | e32205e | 2010-05-26 14:44:33 -0700 | [diff] [blame] | 13 | #include <asm-generic/scatterlist.h> |
Stephen Rothwell | 89edce0 | 2005-10-25 16:59:03 +1000 | [diff] [blame] | 14 | |
FUJITA Tomonori | 1ef0437 | 2010-05-26 14:44:34 -0700 | [diff] [blame] | 15 | #define ARCH_HAS_SG_CHAIN |
Stephen Rothwell | 89edce0 | 2005-10-25 16:59:03 +1000 | [diff] [blame] | 16 | |
Stephen Rothwell | 89edce0 | 2005-10-25 16:59:03 +1000 | [diff] [blame] | 17 | #endif /* _ASM_POWERPC_SCATTERLIST_H */ |