Add IPI service routines for APC, DPC, and freeze request handling

This commit is contained in:
2026-06-08 14:49:02 +02:00
parent b285bc7312
commit d175a817a5
4 changed files with 280 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <ke/dpc.hh>
#include <ke/event.hh>
#include <ke/guard.hh>
#include <ke/ipi.hh>
#include <ke/kprocess.hh>
#include <ke/krnlinit.hh>
#include <ke/kthread.hh>