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