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