patch-2.2.8 linux/include/asm-m68k/scatterlist.h
Next file: linux/include/asm-m68k/semaphore-helper.h
Previous file: linux/include/asm-m68k/q40ints.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue May 11 09:57:14 1999
- Orig file:
v2.2.7/linux/include/asm-m68k/scatterlist.h
- Orig date:
Wed Apr 23 19:01:27 1997
diff -u --recursive --new-file v2.2.7/linux/include/asm-m68k/scatterlist.h linux/include/asm-m68k/scatterlist.h
@@ -6,6 +6,14 @@
char * alt_address; /* Location of actual if address is a
* dma indirect buffer. NULL otherwise */
unsigned int length;
+ unsigned long dvma_address;
+};
+
+struct mmu_sglist {
+ char *addr;
+ char *__dont_touch;
+ unsigned int len;
+ unsigned long dvma_addr;
};
/* This is bogus and should go away. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)