X-Git-Url: https://code.delx.au/refind/blobdiff_plain/04c467b8a01b0780621d63dafb9ac898a62cf824..bdf9cabb75740224937b6f9de0f10aa00d0ac6e9:/filesystems/fsw_base.h diff --git a/filesystems/fsw_base.h b/filesystems/fsw_base.h index 31b78dc..aab5b39 100644 --- a/filesystems/fsw_base.h +++ b/filesystems/fsw_base.h @@ -1,18 +1,6 @@ -/* $Id: fsw_base.h 29125 2010-05-06 09:43:05Z vboxsync $ */ -/** @file - * fsw_base.h - Base definitions switch. - */ - -/* - * 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_base.h + * Base definitions switch. */ /*- @@ -52,11 +40,7 @@ #ifndef _FSW_BASE_H_ #define _FSW_BASE_H_ -#ifdef HOST_EFI_EDK2 -#define HOST_EFI -#endif - -#ifdef HOST_EFI +#ifdef __MAKEWITH_TIANO #include "fsw_efi_base.h" #endif