X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FLoadLinuxLib%2FLoadLinuxLib.h;fp=OvmfPkg%2FLibrary%2FLoadLinuxLib%2FLoadLinuxLib.h;h=045cbf9b2f1e6a5054eb4a90b4bdb4401a05babc;hb=dd71f6e2876cb791fda1feb889558d1efcf41ea2;hp=f8697972626beca2683f46363065cee9b2c58319;hpb=25ca06f9a0b64011f93682d3e46511f57c61b7b8;p=mirror_edk2.git diff --git a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h index f869797262..045cbf9b2f 100644 --- a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h +++ b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h @@ -1,7 +1,7 @@ /** @file Boot UEFI Linux. - Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2013, 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 @@ -36,6 +36,15 @@ JumpToKernel ( VOID *KernelBootParams ); +VOID +EFIAPI +JumpToUefiKernel ( + EFI_HANDLE ImageHandle, + EFI_SYSTEM_TABLE *SystemTable, + VOID *KernelBootParams, + VOID *KernelStart + ); + VOID InitLinuxDescriptorTables ( VOID