]> code.delx.au - refind/blobdiff - filesystems/fsw_base.h
Refinement to previous refind-install adjustment for NVMe and similar
[refind] / filesystems / fsw_base.h
index 31b78dc01e15d8be6caf54777237e77e4fdea6e6..aab5b39abc2d32a27c69af837e4e7331a8c3998c 100644 (file)
@@ -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.
  */
 
 /*-
 #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