VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/CpuHotplugSmm/ApicId.h

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 494 bytes
Line 
1/** @file
2 Type and macro definitions for representing and printing APIC IDs, compatibly
3 with the LocalApicLib and PrintLib classes, respectively.
4
5 Copyright (c) 2020, Red Hat, Inc.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8**/
9
10#ifndef APIC_ID_H_
11#define APIC_ID_H_
12
13//
14// The type that LocalApicLib represents an APIC ID with.
15//
16typedef UINT32 APIC_ID;
17
18//
19// The PrintLib conversion specification for formatting an APIC_ID.
20//
21#define FMT_APIC_ID "0x%08x"
22
23#endif // APIC_ID_H_
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette