From b4f2d105622039b36b4bea9f829ecbfd5e2899db Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 17 Sep 2022 13:42:58 +0100 Subject: [PATCH] trivial: Add some links to the BDP and ESP defines --- libfwupdplugin/fu-volume.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfwupdplugin/fu-volume.h b/libfwupdplugin/fu-volume.h index 9b46c5b74..bf0f60e78 100644 --- a/libfwupdplugin/fu-volume.h +++ b/libfwupdplugin/fu-volume.h @@ -16,7 +16,7 @@ G_DECLARE_FINAL_TYPE(FuVolume, fu_volume, FU, VOLUME, GObject) /** * FU_VOLUME_KIND_ESP: * - * The GUID for the ESP. + * The GUID for the ESP, see: https://en.wikipedia.org/wiki/EFI_system_partition * * Since: 1.5.0 **/ @@ -24,7 +24,7 @@ G_DECLARE_FINAL_TYPE(FuVolume, fu_volume, FU, VOLUME, GObject) /** * FU_VOLUME_KIND_BDP: * - * The GUID for the BDP. + * The GUID for the BDP, see: https://en.wikipedia.org/wiki/Microsoft_basic_data_partition * * Since: 1.5.3 **/