X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntime.h;h=506915e112a5fb251ee762f44fabec31ef3600fc;hp=d477a747d433a0e0e1b9bd7f64a85a8768e2f0bb;hb=9917def3294bac4d14cd86ba382652aa41c6c1d6;hpb=17c62eb63ece0f18315a4bf542c0b5f223c5efae diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h index d477a747d4..506915e112 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h @@ -3,8 +3,8 @@ 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 +Copyright (c) 2006 - 2010, 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 @@ -29,7 +29,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include // @@ -104,15 +103,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.