xref: /netbsd/sys/arch/epoc32/include/disklabel.h (revision 81a78bb2)
1*81a78bb2Smatt /*	$NetBSD: disklabel.h,v 1.3 2013/05/07 20:42:46 matt Exp $	*/
268122621Skiyohara 
368122621Skiyohara /*
468122621Skiyohara  * Copyright (c) 1994 Christopher G. Demetriou
568122621Skiyohara  * All rights reserved.
668122621Skiyohara  *
768122621Skiyohara  * Redistribution and use in source and binary forms, with or without
868122621Skiyohara  * modification, are permitted provided that the following conditions
968122621Skiyohara  * are met:
1068122621Skiyohara  * 1. Redistributions of source code must retain the above copyright
1168122621Skiyohara  *    notice, this list of conditions and the following disclaimer.
1268122621Skiyohara  * 2. Redistributions in binary form must reproduce the above copyright
1368122621Skiyohara  *    notice, this list of conditions and the following disclaimer in the
1468122621Skiyohara  *    documentation and/or other materials provided with the distribution.
1568122621Skiyohara  * 3. All advertising materials mentioning features or use of this software
1668122621Skiyohara  *    must display the following acknowledgement:
1768122621Skiyohara  *      This product includes software developed by Christopher G. Demetriou.
1868122621Skiyohara  * 4. The name of the author may not be used to endorse or promote products
1968122621Skiyohara  *    derived from this software without specific prior written permission
2068122621Skiyohara  *
2168122621Skiyohara  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2268122621Skiyohara  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2368122621Skiyohara  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2468122621Skiyohara  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2568122621Skiyohara  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2668122621Skiyohara  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2768122621Skiyohara  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2868122621Skiyohara  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2968122621Skiyohara  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3068122621Skiyohara  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3168122621Skiyohara  */
3268122621Skiyohara 
330fa6fa9dSmatt #ifndef _EPOC32_DISKLABEL_H_
340fa6fa9dSmatt #define _EPOC32_DISKLABEL_H_
3568122621Skiyohara 
3668122621Skiyohara #define	RAW_PART		3	/* raw partition: XX?d (XXX) */
3768122621Skiyohara 
3868122621Skiyohara #if HAVE_NBTOOL_CONFIG_H
39*81a78bb2Smatt #include <nbinclude/arm/disklabel.h>
4068122621Skiyohara #else
41*81a78bb2Smatt #include <arm/disklabel.h>
4268122621Skiyohara #endif /* HAVE_NBTOOL_CONFIG_H */
4368122621Skiyohara 
440fa6fa9dSmatt #endif /* _EPOC32_DISKLABEL_H_ */
45