diff options
Diffstat (limited to 'OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h')
-rw-r--r-- | OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h index 045cbf9b2f..f869797262 100644 --- a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h +++ b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h @@ -1,7 +1,7 @@ /** @file
Boot UEFI Linux.
- Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -37,15 +37,6 @@ JumpToKernel ( );
VOID
-EFIAPI
-JumpToUefiKernel (
- EFI_HANDLE ImageHandle,
- EFI_SYSTEM_TABLE *SystemTable,
- VOID *KernelBootParams,
- VOID *KernelStart
- );
-
-VOID
InitLinuxDescriptorTables (
VOID
);
|