]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - module/zcommon/include/zfs_comutil.h
Update core ZFS code from build 121 to build 141.
[mirror_zfs-debian.git] / module / zcommon / include / zfs_comutil.h
index f517044a80a005cc991bba0111338b45b3754efd..61327f9aa909059b1fa5ff553ec9bd13e6c3b58b 100644 (file)
  * CDDL HEADER END
  */
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef        _ZFS_COMUTIL_H
 #define        _ZFS_COMUTIL_H
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
-
 #include <sys/fs/zfs.h>
 #include <sys/types.h>
 
 extern "C" {
 #endif
 
-extern boolean_t zfs_allocatable_devs(nvlist_t *nv);
+extern boolean_t zfs_allocatable_devs(nvlist_t *);
+extern void zpool_get_rewind_policy(nvlist_t *, zpool_rewind_policy_t *);
+
+extern int zfs_zpl_version_map(int spa_version);
+extern int zfs_spa_version_map(int zpl_version);
+extern const char *zfs_history_event_names[LOG_END];
 
 #ifdef __cplusplus
 }