11.3Smatt/* $NetBSD: disklabel.h,v 1.3 2013/05/07 20:42:46 matt Exp $ */ 21.1Skiyohara 31.1Skiyohara/* 41.1Skiyohara * Copyright (c) 1994 Christopher G. Demetriou 51.1Skiyohara * All rights reserved. 61.1Skiyohara * 71.1Skiyohara * Redistribution and use in source and binary forms, with or without 81.1Skiyohara * modification, are permitted provided that the following conditions 91.1Skiyohara * are met: 101.1Skiyohara * 1. Redistributions of source code must retain the above copyright 111.1Skiyohara * notice, this list of conditions and the following disclaimer. 121.1Skiyohara * 2. Redistributions in binary form must reproduce the above copyright 131.1Skiyohara * notice, this list of conditions and the following disclaimer in the 141.1Skiyohara * documentation and/or other materials provided with the distribution. 151.1Skiyohara * 3. All advertising materials mentioning features or use of this software 161.1Skiyohara * must display the following acknowledgement: 171.1Skiyohara * This product includes software developed by Christopher G. Demetriou. 181.1Skiyohara * 4. The name of the author may not be used to endorse or promote products 191.1Skiyohara * derived from this software without specific prior written permission 201.1Skiyohara * 211.1Skiyohara * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 221.1Skiyohara * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 231.1Skiyohara * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 241.1Skiyohara * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 251.1Skiyohara * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 261.1Skiyohara * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 271.1Skiyohara * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 281.1Skiyohara * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 291.1Skiyohara * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 301.1Skiyohara * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 311.1Skiyohara */ 321.1Skiyohara 331.2Smatt#ifndef _EPOC32_DISKLABEL_H_ 341.2Smatt#define _EPOC32_DISKLABEL_H_ 351.1Skiyohara 361.2Smatt#define RAW_PART 3 /* raw partition: XX?d (XXX) */ 371.2Smatt 381.1Skiyohara#if HAVE_NBTOOL_CONFIG_H 391.3Smatt#include <nbinclude/arm/disklabel.h> 401.1Skiyohara#else 411.3Smatt#include <arm/disklabel.h> 421.1Skiyohara#endif /* HAVE_NBTOOL_CONFIG_H */ 431.1Skiyohara 441.2Smatt#endif /* _EPOC32_DISKLABEL_H_ */ 45