ufs.h revision 1.7
11.7Sdsl/* $NetBSD: ufs.h,v 1.7 2003/04/11 11:30:12 dsl Exp $ */ 21.2Scgd 31.1Sbrezak/*- 41.1Sbrezak * Copyright (c) 1993 51.1Sbrezak * The Regents of the University of California. All rights reserved. 61.1Sbrezak * 71.1Sbrezak * Redistribution and use in source and binary forms, with or without 81.1Sbrezak * modification, are permitted provided that the following conditions 91.1Sbrezak * are met: 101.1Sbrezak * 1. Redistributions of source code must retain the above copyright 111.1Sbrezak * notice, this list of conditions and the following disclaimer. 121.1Sbrezak * 2. Redistributions in binary form must reproduce the above copyright 131.1Sbrezak * notice, this list of conditions and the following disclaimer in the 141.1Sbrezak * documentation and/or other materials provided with the distribution. 151.1Sbrezak * 3. All advertising materials mentioning features or use of this software 161.1Sbrezak * must display the following acknowledgement: 171.1Sbrezak * This product includes software developed by the University of 181.1Sbrezak * California, Berkeley and its contributors. 191.1Sbrezak * 4. Neither the name of the University nor the names of its contributors 201.1Sbrezak * may be used to endorse or promote products derived from this software 211.1Sbrezak * without specific prior written permission. 221.1Sbrezak * 231.1Sbrezak * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 241.1Sbrezak * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 251.1Sbrezak * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 261.1Sbrezak * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 271.1Sbrezak * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 281.1Sbrezak * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 291.1Sbrezak * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 301.1Sbrezak * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 311.1Sbrezak * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 321.1Sbrezak * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 331.1Sbrezak * SUCH DAMAGE. 341.1Sbrezak * 351.2Scgd * @(#)ufs.h 8.1 (Berkeley) 6/11/93 361.1Sbrezak */ 371.1Sbrezak 381.7SdslFS_DEF(ufs); 391.7SdslFS_DEF(ffsv1); 401.7SdslFS_DEF(ffsv2); 411.6Sdrochner 421.7Sdslvoid ufs_ls(const char *); 43