]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/CpuHotplugSmm/ApicId.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / CpuHotplugSmm / ApicId.h
CommitLineData
763840c9
LE
1/** @file\r
2 Type and macro definitions for representing and printing APIC IDs, compatibly\r
3 with the LocalApicLib and PrintLib classes, respectively.\r
4\r
5 Copyright (c) 2020, Red Hat, Inc.\r
6\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8**/\r
9\r
10#ifndef APIC_ID_H_\r
11#define APIC_ID_H_\r
12\r
13//\r
14// The type that LocalApicLib represents an APIC ID with.\r
15//\r
16typedef UINT32 APIC_ID;\r
17\r
18//\r
19// The PrintLib conversion specification for formatting an APIC_ID.\r
20//\r
ac0a286f 21#define FMT_APIC_ID "0x%08x"\r
763840c9
LE
22\r
23#endif // APIC_ID_H_\r