]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/X64/Non-existing.c
Add specific flag definition according to ACPI specification.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / Non-existing.c
CommitLineData
878ddf1f 1/** @file\r
24e25d11 2 Non-existing BaseLib functions on x64\r
878ddf1f 3\r
24e25d11 4 Copyright (c) 2006, Intel Corporation\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
878ddf1f 9\r
24e25d11 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
878ddf1f 12\r
24e25d11 13 Module Name: Non-existing.c\r
878ddf1f 14\r
15**/\r
16\r
17#include "../BaseLibInternals.h"\r
18\r
19VOID\r
20EFIAPI\r
21InternalX86EnablePaging32 (\r
22 IN SWITCH_STACK_ENTRY_POINT EntryPoint,\r
23 IN VOID *Context1, OPTIONAL\r
24 IN VOID *Context2, OPTIONAL\r
25 IN VOID *NewStack\r
26 )\r
27{\r
28 ASSERT (FALSE);\r
29}\r
30\r
31VOID\r
32EFIAPI\r
33InternalX86DisablePaging32 (\r
34 IN SWITCH_STACK_ENTRY_POINT EntryPoint,\r
35 IN VOID *Context1, OPTIONAL\r
36 IN VOID *Context2, OPTIONAL\r
37 IN VOID *NewStack\r
38 )\r
39{\r
40 ASSERT (FALSE);\r
41}\r
42\r
43VOID\r
44EFIAPI\r
45InternalX86EnablePaging64 (\r
46 IN UINT16 Cs,\r
47 IN UINT64 EntryPoint,\r
48 IN UINT64 Context1, OPTIONAL\r
49 IN UINT64 Context2, OPTIONAL\r
50 IN UINT64 NewStack\r
51 )\r
52{\r
53 ASSERT (FALSE);\r
54}\r