Separate synchronization guards from spinlock implementation

This commit is contained in:
2026-03-21 22:44:00 +01:00
parent d85e313c15
commit caacd9e275
3 changed files with 62 additions and 42 deletions

View File

@@ -16,6 +16,7 @@
#include <ke/crash.hh>
#include <ke/dpc.hh>
#include <ke/event.hh>
#include <ke/guard.hh>
#include <ke/irq.hh>
#include <ke/kprocess.hh>
#include <ke/krnlinit.hh>