X-Git-Url: https://code.delx.au/refind/blobdiff_plain/37c98e1a4e30f80d6a7f7158bc27c81a1c3cac37..63f8e54b00026d5c79db0afa905830b82061cb2a:/EfiLib/Platform.h diff --git a/EfiLib/Platform.h b/EfiLib/Platform.h index edf516b..3924ac3 100644 --- a/EfiLib/Platform.h +++ b/EfiLib/Platform.h @@ -1,6 +1,18 @@ /* Headers collection for procedures */ +/** + +Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.
+This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +**/ #ifndef __REFIT_PLATFORM_H__ #define __REFIT_PLATFORM_H__ @@ -61,10 +73,6 @@ Headers collection for procedures #define EFI_HANDLE_TYPE_CONTROLLER_HANDLE 0x200 #define EFI_HANDLE_TYPE_CHILD_HANDLE 0x400 -#pragma pack(1) - -#pragma pack(0) - EFI_STATUS EFIAPI InitializeConsoleSim (VOID); #endif