11.1Such/*	$NetBSD: mount_v7fs.h,v 1.1 2011/06/27 11:52:58 uch Exp $ */
21.1Such
31.1Such/*
41.1Such * Copyright (c) 2008, 2011 The NetBSD Foundation.  All Rights Reserved.
51.1Such *
61.1Such * Redistribution and use in source and binary forms, with or without
71.1Such * modification, are permitted provided that the following conditions
81.1Such * are met:
91.1Such * 1. Redistributions of source code must retain the above copyright
101.1Such *    notice, this list of conditions and the following disclaimer.
111.1Such * 2. Redistributions in binary form must reproduce the above copyright
121.1Such *    notice, this list of conditions and the following disclaimer in the
131.1Such *    documentation and/or other materials provided with the distribution.
141.1Such *
151.1Such * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
161.1Such * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
171.1Such * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
181.1Such * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
191.1Such * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
201.1Such * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
211.1Such * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
221.1Such * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
231.1Such * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
241.1Such * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
251.1Such * SUCH DAMAGE.
261.1Such */
271.1Such
281.1Such#ifndef _SBIN_MOUNT_V7FS_MOUNT_V7FS_H_
291.1Such#define	_SBIN_MOUNT_V7FS_MOUNT_V7FS_H_
301.1Such
311.1Such#include <fs/v7fs/v7fs_args.h>
321.1Such
331.1Such__BEGIN_DECLS
341.1Suchint     mount_v7fs(int, char **);
351.1Suchvoid    mount_v7fs_parseargs(int, char **, struct v7fs_args *, int *,
361.1Such    char *, char *);
371.1Such__END_DECLS
381.1Such#endif /* _SBIN_MOUNT_V7FS_MOUNT_V7FS_H_ */
39