Unify spinlocks

This commit is contained in:
Imbus 2025-09-01 22:38:50 +02:00
parent c1a2c75054
commit 85ffed0c20
7 changed files with 56 additions and 59 deletions

View file

@ -1,4 +1,4 @@
#include <ispinlock.h>
#include <spinlock.h>
#include <kalloc.h>
#include <memory.h>
#include <panic.h>