Skip to content
Snippets Groups Projects
Commit 805392ae authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=15625

Forgot to cvs add this one.
parent 908aded2
No related branches found
No related tags found
No related merge requests found
/* -*- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment