]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/SaveLongModeContext.c
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / SaveLongModeContext.c
CommitLineData
ab7017fe 1/** @file\r
2 Create the NULL function to pass build in IA32/IPF/ARM/EBC.\r
3\r
4Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#include <Uefi.h>\r
16\r
17/**\r
18 Only when PEI is IA32 and DXE is X64, we need transfer to long mode in PEI\r
19 in order to process capsule data above 4GB. So create a NULL function here for\r
20 other cases.\r
21**/\r
22VOID\r
23SaveLongModeContext (\r
24 VOID\r
25 )\r
26{\r
27}\r