Whamcloud - gitweb
b=15625
[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 void fatal(void);
10 int run_command(char *, int);
11 int get_mountdata(char *, struct lustre_disk_data *);
12 void register_service_tags(char *, char *, char *);
13
14 #endif