X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fzfs_common.h;h=628231efd3f8786b7830f3f4b5e9c5118e44c999;hb=945010629641b00cca95d1fed4f63009a2b4a113;hp=04e73d0cd2acf6a943ec03b8d3cf2a80f86bc7b6;hpb=99d2c205d4a151faf5f9a406316b9dd960f43475;p=u-boot diff --git a/include/zfs_common.h b/include/zfs_common.h index 04e73d0cd2..628231efd3 100644 --- a/include/zfs_common.h +++ b/include/zfs_common.h @@ -94,8 +94,6 @@ struct zfs_dirhook_info { struct zfs_filesystem *zfsget_fs(void); -int init_fs(block_dev_desc_t *dev_desc); -void deinit_fs(block_dev_desc_t *dev_desc); int zfs_open(zfs_file_t, const char *filename); uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len); struct zfs_data *zfs_mount(device_t);