1 /*
2  * Copyright (c) 1990 Jan-Simon Pendry
3  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1990 The Regents of the University of California.
5  * All rights reserved.
6  *
7  * This code is derived from software contributed to Berkeley by
8  * Jan-Simon Pendry at Imperial College, London.
9  *
10  * %sccs.include.redist.c%
11  *
12  *	@(#)misc-irix.h	5.3 (Berkeley) 05/12/91
13  *
14  * $Id: misc-irix.h,v 5.2.1.2 91/05/07 22:19:48 jsp Alpha $
15  *
16  */
17 
18 #include <sys/fs/nfs_clnt.h>
19 #include <sys/fsid.h>
20 #include <sys/fstyp.h>
21 
22 struct ufs_args {
23 	char *fspec;
24 };
25