1 /*
2  * Copyright (c) 1990 Jan-Simon Pendry
3  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1990, 1993
5  *	The Regents of the University of California.  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	8.1 (Berkeley) 06/06/93
13  *
14  * $Id: misc-irix.h,v 5.2.2.1 1992/02/09 15:10:30 jsp beta $
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