TianoCore EDK2 master
Loading...
Searching...
No Matches
ApicId.h
Go to the documentation of this file.
1
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_