stos/amd64: lapic: Add helper to obtain Local APIC ID

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-27 14:24:05 -05:00
parent 89e87fc525
commit 1020db0f41
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -64,6 +64,11 @@ typedef enum {
*/
VOID MdLapicInit(KPCR *Kpcr);
/*
* Obtain the APIC ID of the current processor
*/
ULONG MdLapicId(VOID);
/*
* Send an inter-processor interrupt
*