On Mon, Feb 20, 2023 at 07:56:28PM +0100, Oliver Steffen wrote:
> Code to print gpt patition guids has been duplicated in multiple places.
> Add a common function for that.
>
> Signed-off-by: Oliver Steffen
> ---
> grub-core/partmap/gpt.c | 13 +
> include/grub/gpt_partition.h |
Code to print gpt patition guids has been duplicated in multiple places.
Add a common function for that.
Signed-off-by: Oliver Steffen
---
grub-core/partmap/gpt.c | 13 +
include/grub/gpt_partition.h | 6 ++
2 files changed, 19 insertions(+)
diff --git a/grub-core/partmap/