zfs_comutil.h revision 0a586cea3ceec7e5e50e7e54c745082a7a333ac2
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * CDDL HEADER START
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * The contents of this file are subject to the terms of the
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * Common Development and Distribution License (the "License").
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * You may not use this file except in compliance with the License.
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * See the License for the specific language governing permissions
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * and limitations under the License.
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * When distributing Covered Code, include this CDDL HEADER in each
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * If applicable, add the following below this CDDL HEADER, with the
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * fields enclosed by brackets "[]" replaced with your own identifying
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * information: Portions Copyright [yyyy] [name of copyright owner]
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * CDDL HEADER END
0a586cea3ceec7e5e50e7e54c745082a7a333ac2Mark Shellenbaum * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin * Use is subject to license terms.
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrinextern "C" {
468c413a79615e77179e8d98f22a7e513a8135bdTim Haleyextern void zpool_get_rewind_policy(nvlist_t *, zpool_rewind_policy_t *);
0a586cea3ceec7e5e50e7e54c745082a7a333ac2Mark Shellenbaumextern int zfs_zpl_version_map(int spa_version);
0a586cea3ceec7e5e50e7e54c745082a7a333ac2Mark Shellenbaumextern int zfs_spa_version_map(int zpl_version);
b7b97454b9b1f6625e7e655e9651e744a8dee09dperrin#endif /* _ZFS_COMUTIL_H */