* include/grub/emu/misc.h: Don't include grub/util/libzfs.h.

* include/grub/emu/misc.h (grub_get_libzfs_handle): Move from here ...
	* include/grub/util/libzfs.h (grub_get_libzfs_handle): ... here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-11-06 23:52:56 +01:00
parent 34706ddc06
commit 4a1a0153c3
3 changed files with 8 additions and 3 deletions

View file

@ -42,4 +42,6 @@ extern nvlist_t *zpool_get_config (zpool_handle_t *, nvlist_t **);
#endif /* ! HAVE_LIBZFS_H */
libzfs_handle_t *grub_get_libzfs_handle (void);
#endif