diff --git a/lustre/utils/mount_utils.h b/lustre/utils/mount_utils.h new file mode 100644 index 0000000000000000000000000000000000000000..600b6b40e1778263f33c2af6bfcac9c1050ba155 --- /dev/null +++ b/lustre/utils/mount_utils.h @@ -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