summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_extend.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 06:33:23 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 06:33:23 +0000
commit855593c295ac3878b7f73a83edd07f899eccc38d (patch)
tree436fdb7e7e00d8403854b3bc0865866cd885e9dd /sys/cam/cam_extend.h
parentbbc0682d67a7e0c50ade831509abd8c3e119db5c (diff)
downloadFreeBSD-src-855593c295ac3878b7f73a83edd07f899eccc38d.zip
FreeBSD-src-855593c295ac3878b7f73a83edd07f899eccc38d.tar.gz
CAM Transport Layer (XPT).
Submitted by: The CAM Team
Diffstat (limited to 'sys/cam/cam_extend.h')
-rw-r--r--sys/cam/cam_extend.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys/cam/cam_extend.h b/sys/cam/cam_extend.h
new file mode 100644
index 0000000..8aec51d
--- /dev/null
+++ b/sys/cam/cam_extend.h
@@ -0,0 +1,30 @@
+/*
+ * Written by Julian Elischer (julian@tfs.com)
+ * for TRW Financial Systems for use under the MACH(2.5) operating system.
+ *
+ * TRW Financial Systems, in accordance with their agreement with Carnegie
+ * Mellon University, makes this software available to CMU to distribute
+ * or use in any manner that they see fit as long as this message is kept with
+ * the software. For this reason TFS also grants any other persons or
+ * organisations permission to use or modify this software.
+ *
+ * TFS supplies this software to be publicly redistributed
+ * on the understanding that TFS is not responsible for the correct
+ * functioning of this software in any circumstances.
+ *
+ * $Id$
+ */
+
+#ifndef _CAM_CAM_EXTEND_H
+#define _CAM_CAM_EXTEND_H 1
+
+#ifdef KERNEL
+struct extend_array;
+
+void *cam_extend_get(struct extend_array *ea, int index);
+struct extend_array *cam_extend_new(void);
+void *cam_extend_set(struct extend_array *ea, int index, void *value);
+void cam_extend_release(struct extend_array *ea, int index);
+
+#endif /* KERNEL */
+#endif /* _CAM_CAM_EXTEND_H */
OpenPOWER on IntegriCloud