Attempts at ZFS options

This commit is contained in:
Vladimir Serbinenko 2013-11-03 16:40:32 +01:00
parent a1dcc2cb98
commit 0ee5cdfe9f
4 changed files with 131 additions and 4 deletions

View file

@ -153,6 +153,10 @@ extern grub_crypto_cipher_handle_t (*grub_zfs_load_key) (const struct grub_zfs_k
grub_uint64_t salt,
grub_uint64_t algo);
grub_err_t
grub_zfs_get_property (grub_device_t dev,
const char *fsfilename, const char *propname,
grub_uint64_t *property);
#endif /* ! GRUB_ZFS_HEADER */