]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/x64/Non-existing.c
Initial import.
[mirror_edk2.git] / MdePkg / Library / BaseLib / x64 / Non-existing.c
CommitLineData
878ddf1f 1/** @file\r
2 Non-existing BaseLib functions on x64\r
3\r
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
9\r
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
12\r
13 Module Name: Non-existing.c\r
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