patch-1.3.69 linux/include/linux/linear.h
Next file: linux/include/linux/major.h
Previous file: linux/include/linux/isdnif.h
Back to the patch index
Back to the overall index
-  Lines: 35
-  Date:
Mon Feb 26 13:51:45 1996
-  Orig file: 
v1.3.68/linux/include/linux/linear.h
-  Orig date: 
Thu Jan  1 02:00:00 1970
diff -u --recursive --new-file v1.3.68/linux/include/linux/linear.h linux/include/linux/linear.h
@@ -0,0 +1,34 @@
+
+#ifndef _LINEAR_H
+#define _LINEAR_H
+
+struct linear_hash
+{
+  struct real_dev *dev0, *dev1;
+};
+
+struct linear_data
+{
+  struct linear_hash *hash_table; /* Dynamically allocated */
+  struct real_dev *smallest;
+  int nr_zones;
+};
+
+#endif
+
+#ifndef _LINEAR_H
+#define _LINEAR_H
+
+struct linear_hash
+{
+  struct real_dev *dev0, *dev1;
+};
+
+struct linear_data
+{
+  struct linear_hash *hash_table; /* Dynamically allocated */
+  struct real_dev *smallest;
+  int nr_zones;
+};
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this