efs_genfs.h revision 1.1.2.2 1 1.1.2.2 ad /* $NetBSD: efs_genfs.h,v 1.1.2.2 2007/07/15 16:15:24 ad Exp $ */
2 1.1.2.2 ad
3 1.1.2.2 ad /*
4 1.1.2.2 ad * Copyright (c) 2006 Stephen M. Rumble <rumble (at) ephemeral.org>
5 1.1.2.2 ad *
6 1.1.2.2 ad * Permission to use, copy, modify, and distribute this software for any
7 1.1.2.2 ad * purpose with or without fee is hereby granted, provided that the above
8 1.1.2.2 ad * copyright notice and this permission notice appear in all copies.
9 1.1.2.2 ad *
10 1.1.2.2 ad * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 1.1.2.2 ad * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 1.1.2.2 ad * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 1.1.2.2 ad * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 1.1.2.2 ad * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 1.1.2.2 ad * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 1.1.2.2 ad * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 1.1.2.2 ad */
18 1.1.2.2 ad
19 1.1.2.2 ad #ifndef _FS_EFS_EFS_GENFS_H_
20 1.1.2.2 ad #define _FS_EFS_EFS_GENFS_H_
21 1.1.2.2 ad
22 1.1.2.2 ad extern const struct genfs_ops efs_genfsops;
23 1.1.2.2 ad
24 1.1.2.2 ad extern int efs_gop_alloc(struct vnode *, off_t, off_t, int, kauth_cred_t);
25 1.1.2.2 ad
26 1.1.2.2 ad #endif /* !_FS_EFS_EFS_GENFS_H_*/
27