X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fefi_partition.h;h=ee367a574e46bf126c5d18957285e4eb1de74fe1;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=e75e45a6bc0d2f6484485cba5429064091e0b1c5;hpb=7a0232735d7527b08e02196762727994aa6065f9;p=zfs.git diff --git a/include/sys/efi_partition.h b/include/sys/efi_partition.h index e75e45a..ee367a5 100644 --- a/include/sys/efi_partition.h +++ b/include/sys/efi_partition.h @@ -229,6 +229,7 @@ struct partition64 { extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **); extern int efi_alloc_and_read(int, struct dk_gpt **); extern int efi_write(int, struct dk_gpt *); +extern int efi_rescan(int); extern void efi_free(struct dk_gpt *); extern int efi_type(int); extern void efi_err_check(struct dk_gpt *);