X-Git-Url: https://code.delx.au/refind/blobdiff_plain/54acc0cec519f83002cc0bcc67c9d8f571ad8708..6720031b85a48ad6f6a651efb6bb5030c41b610d:/refind/gpt.h diff --git a/refind/gpt.h b/refind/gpt.h index 3a6d912..28a495b 100644 --- a/refind/gpt.h +++ b/refind/gpt.h @@ -2,7 +2,7 @@ * refind/gpt.h * Functions related to GPT data structures * - * Copyright (c) 2014 Roderick W. Smith + * Copyright (c) 2014-2015 Roderick W. Smith * All rights reserved. * * This program is distributed under the terms of the GNU General Public @@ -82,7 +82,8 @@ typedef struct _gpt_data { VOID ClearGptData(GPT_DATA *Data); EFI_STATUS ReadGptData(REFIT_VOLUME *Volume, GPT_DATA **Data); -CHAR16 * PartNameFromGuid(EFI_GUID *Guid); +// CHAR16 * PartNameFromGuid(EFI_GUID *Guid); +GPT_ENTRY * FindPartWithGuid(EFI_GUID *Guid); VOID ForgetPartitionTables(VOID); VOID AddPartitionTable(REFIT_VOLUME *Volume);