--- /dev/null
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ *
+ * Copyright (C) 2003 Cluster File Systems, Inc.
+ *
+ * This code is issued under the GNU General Public License.
+ * See the file COPYING in this distribution
+ */
+
+int lov_get_stripecnt(struct lov_obd *lov, int stripe_count);
+int lov_alloc_memmd(struct lov_stripe_md **lsmp, int stripe_count);
+void lov_free_memmd(struct lov_stripe_md **lsmp);