X-Git-Url: https://code.delx.au/refind/blobdiff_plain/38c626aab2a451ca669576e4c57e5fbf5da987ad..a8a06ba01058e3ef5f546a4a4a352d06638359a8:/filesystems/fsw_base.h diff --git a/filesystems/fsw_base.h b/filesystems/fsw_base.h index 0d5e7ba..2f6dc5f 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. */ /*- @@ -51,30 +39,25 @@ #ifndef _FSW_BASE_H_ #define _FSW_BASE_H_ -//#define HOST_EFI 1 -#define VBOX -#ifdef VBOX -#include "VBoxFswParam.h" +#ifdef HOST_EFI_EDK2 +#define HOST_EFI #endif -//#include +#ifdef HOST_EFI +#include "fsw_efi_base.h" +#endif + +#ifdef HOST_POSIX +#include "test/fsw_posix_base.h" +#endif #ifndef FSW_DEBUG_LEVEL /** * Global debugging level. Can be set locally for the scope of a single * file by defining the macro before fsw_base.h is included. */ -#define FSW_DEBUG_LEVEL 0 -#endif - - -#ifdef HOST_EFI -#include "fsw_efi_base.h" -#endif - -#ifdef HOST_POSIX -#include "fsw_posix_base.h" +#define FSW_DEBUG_LEVEL 1 #endif // message printing