diff options
Diffstat (limited to 'include/sys/vdev_file.h')
-rw-r--r-- | include/sys/vdev_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/vdev_file.h b/include/sys/vdev_file.h index b4d40f9df..cf38a86af 100644 --- a/include/sys/vdev_file.h +++ b/include/sys/vdev_file.h @@ -39,6 +39,9 @@ typedef struct vdev_file { vnode_t *vf_vnode; } vdev_file_t; +extern void vdev_file_init(void); +extern void vdev_file_fini(void); + #ifdef __cplusplus } #endif |