Systemd/src/boot/efi/disk.h
2020-11-09 13:23:58 +09:00

5 lines
138 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
EFI_STATUS disk_get_part_uuid(EFI_HANDLE *handle, CHAR16 uuid[static 37]);