Whamcloud - gitweb
b=15625
authorbrian <brian>
Wed, 9 Jul 2008 22:46:54 +0000 (22:46 +0000)
committerbrian <brian>
Wed, 9 Jul 2008 22:46:54 +0000 (22:46 +0000)
Forgot to cvs add this one.

lustre/utils/mount_utils.h [new file with mode: 0644]

diff --git a/lustre/utils/mount_utils.h b/lustre/utils/mount_utils.h
new file mode 100644 (file)
index 0000000..600b6b4
--- /dev/null
@@ -0,0 +1,14 @@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ *
+ *   This file is part of Lustre, http://www.lustre.org
+ */
+#ifndef _MOUNT_UTILS_H_
+#define _MOUNT_UTILS_H_
+
+void fatal(void);
+int run_command(char *, int);
+int get_mountdata(char *, struct lustre_disk_data *);
+void register_service_tags(char *, char *, char *);
+
+#endif