X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntime.h;h=019a0cb140e5a8737ce91bbe06a78fafe96808c7;hb=9d510e61fceee7b92955ef9a3c20343752d8ce3f;hp=703be48ae09c091ffd9d7886589e9b3ed0e9f27c;hpb=914268946128cfb2e28aa92dd184ffd85cf1d723;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h index 703be48ae0..019a0cb140 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h @@ -3,21 +3,15 @@ This code is used to produce the EFI runtime architectural protocol. -Copyright (c) 2006, 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. +Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _RUNTIME_H_ #define _RUNTIME_H_ -#include +#include #include #include #include @@ -26,9 +20,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include #include #include -#include // @@ -103,15 +97,6 @@ RuntimeDriverSetVirtualAddressMap ( IN EFI_MEMORY_DESCRIPTOR *VirtualMap ); -/** - Initialize CRC32 table. - -**/ -VOID -RuntimeDriverInitializeCrc32Table ( - VOID - ); - /** Install Runtime AP. This code includes the EfiRuntimeLib, but it only functions at RT in physical mode.