Move headers to include/
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
#include "kernel.h"
|
||||
#include "spinlock.h"
|
||||
#include <kernel.h>
|
||||
#include <sched/spinlock.h>
|
||||
|
||||
/*
|
||||
* spinlock_acquire - Lock a lock
|
||||
|
||||
Reference in New Issue
Block a user