]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/Ia32/Non-existing.c
Modified coding style, removed unnecessary comments and "offset" key words.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Non-existing.c
CommitLineData
878ddf1f 1/** @file\r
24e25d11 2 Non-existing BaseLib functions on Ia32\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
21InternalX86DisablePaging64 (\r
22 IN UINT16 CodeSelector,\r
23 IN UINT32 EntryPoint,\r
24 IN UINT32 Context1, OPTIONAL\r
25 IN UINT32 Context2, OPTIONAL\r
26 IN UINT32 NewStack\r
27 )\r
28{\r
29 ASSERT (FALSE);\r
30}\r