aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/scatterlist.h')
-rw-r--r--include/asm-cris/scatterlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-cris/scatterlist.h b/include/asm-cris/scatterlist.h
index 5a8a83440d3b..faff53ad1f96 100644
--- a/include/asm-cris/scatterlist.h
+++ b/include/asm-cris/scatterlist.h
@@ -2,6 +2,9 @@
#define __ASM_CRIS_SCATTERLIST_H
struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+ unsigned long sg_magic;
+#endif
char * address; /* Location data is to be transferred to */
unsigned int length;