patch-2.3.43 linux/include/asm-ia64/scatterlist.h
Next file: linux/include/asm-ia64/segment.h
Previous file: linux/include/asm-ia64/sal.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Feb 6 18:42:40 2000
- Orig file:
v2.3.42/linux/include/asm-ia64/scatterlist.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.42/linux/include/asm-ia64/scatterlist.h linux/include/asm-ia64/scatterlist.h
@@ -0,0 +1,21 @@
+#ifndef _ASM_IA64_SCATTERLIST_H
+#define _ASM_IA64_SCATTERLIST_H
+
+/*
+ * Copyright (C) 1998, 1999 Hewlett-Packard Co
+ * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
+ */
+
+struct scatterlist {
+ char *address; /* location data is to be transferred to */
+ /*
+ * Location of actual buffer if ADDRESS points to a DMA
+ * indirection buffer, NULL otherwise:
+ */
+ char *alt_address;
+ unsigned int length; /* buffer length */
+};
+
+#define ISA_DMA_THRESHOLD (~0UL)
+
+#endif /* _ASM_IA64_SCATTERLIST_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)