X-Git-Url: https://code.delx.au/refind/blobdiff_plain/38c626aab2a451ca669576e4c57e5fbf5da987ad..8ac0889dff415fb5b7c8b69593081c6e6d5029e3:/filesystems/fsw_efi.h diff --git a/filesystems/fsw_efi.h b/filesystems/fsw_efi.h index 6ca5a86..bc9dac3 100644 --- a/filesystems/fsw_efi.h +++ b/filesystems/fsw_efi.h @@ -1,24 +1,10 @@ -/* $Id: fsw_efi.h 33540 2010-10-28 09:27:05Z vboxsync $ */ -/** @file - * fsw_efi.h - EFI host environment header. - */ - -/* - * Copyright (C) 2010 Oracle Corporation - * - * This file is part of VirtualBox Open Source Edition (OSE), as - * available from http://www.virtualbox.org. This file is free software; - * you can redistribute it and/or modify it under the terms of the GNU - * General Public License (GPL) as published by the Free Software - * Foundation, in version 2 as it comes in the "COPYING" file of the - * VirtualBox OSE distribution. VirtualBox OSE is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. - */ +/** + * \file fsw_efi.h + * EFI host environment header. +*/ /*- - * This code is based on: - * - * Copyright (c) 2006 Christoph Pfisterer + * Copyright (c) 2006 Christoph Pfisterer * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -54,8 +40,9 @@ #include "fsw_core.h" -// extern CHAR8 *msgCursor; -// extern MESSAGE_LOG_PROTOCOL *Msg; +#ifdef __MAKEWITH_GNUEFI +#define CompareGuid(a, b) CompareGuid(a, b)==0 +#endif /** * EFI Host: Private per-volume structure.