xref: /original-bsd/sys/luna68k/include/rdvar.h (revision 7748387a)
1 /*
2  * Copyright (c) 1992 OMRON Corporation.
3  * Copyright (c) 1992 The Regents of the University of California.
4  * All rights reserved.
5  *
6  * This code is derived from software contributed to Berkeley by
7  * OMRON Corporation.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)rdvar.h	7.1 (Berkeley) 06/15/92
12  */
13 
14 /*
15  * rdvar.h -- ??? ( This file should be removed )
16  * by A.Fujita, MAR-14-1992
17  */
18 
19 struct rd_partition {
20 	u_long  p_size;
21 	u_char *p_addr;
22 	int	p_fstype;
23 };
24