]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c
03802c152d97a0b72e2a26ea0fdc583849d27c30
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / X64 / IdtDumb.c
1 /*++
2
3 Copyright 2005, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12
13 Module Name:
14
15 IdtDumb.c
16
17 Abstract:
18
19 --*/
20
21 #include "Tiano.h"
22
23 UINTN
24 ReadIdtBase (
25 VOID
26 )
27 {
28
29 return 0;
30 }
31
32
33 VOID
34 UpdateIdt (
35 UINT32 IdtBase,
36 UINT16 IdtLimit
37 )
38 {
39 return;
40 }
41