diff options
Diffstat (limited to 'include/sys/efi_partition.h')
-rw-r--r-- | include/sys/efi_partition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/efi_partition.h b/include/sys/efi_partition.h index e75e45a6b..ee367a574 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 *); |