Whamcloud - gitweb
3311b0fbec721731f876c1f50a5d1409703f0f00
[fs/lustre-release.git] / lustre / utils / mount_utils.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  *   This file is part of Lustre, http://www.lustre.org
5  */
6 #ifndef _MOUNT_UTILS_H_
7 #define _MOUNT_UTILS_H_
8
9 #include <lustre_disk.h>
10
11 void fatal(void);
12 int run_command(char *, int);
13 int get_mountdata(char *, struct lustre_disk_data *);
14 void register_service_tags(char *, char *, char *);
15
16 #endif