]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Register/LocalApic.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Include / Register / LocalApic.h
1 /** @file
2 Wrapper header file to include <Register/Intel/LocalApic.h> in MdePkg.
3
4 Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6 **/
7
8 #ifndef __LOCAL_APIC_H__
9 #define __LOCAL_APIC_H__
10
11 #include <Register/Intel/LocalApic.h>
12
13 #endif