Update core ZFS code from build 121 to build 141.
[zfs.git] / module / zfs / include / sys / dmu_zfetch.h
index c94bced..78cadd2 100644 (file)
  * CDDL HEADER END
  */
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef        _DFETCH_H
 #define        _DFETCH_H
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
-
 #include <sys/zfs_context.h>
 
 #ifdef __cplusplus
@@ -63,6 +61,9 @@ typedef struct zfetch {
        uint64_t        zf_alloc_fail;  /* # of failed attempts to alloc strm */
 } zfetch_t;
 
+void           zfetch_init(void);
+void           zfetch_fini(void);
+
 void           dmu_zfetch_init(zfetch_t *, struct dnode *);
 void           dmu_zfetch_rele(zfetch_t *);
 void           dmu_zfetch(zfetch_t *, uint64_t, uint64_t, int);