Move Lock from AK to Kernel, since it only works inside the kernel.

This commit is contained in:
Andreas Kling 2019-03-16 13:18:22 +01:00
commit 313ee8dd19
Notes: sideshowbarker 2024-07-19 15:01:50 +09:00
12 changed files with 14 additions and 25 deletions

View file

@ -10,7 +10,7 @@
#include <Kernel/UDPSocket.h>
#include <Kernel/Process.h>
#include <Kernel/EtherType.h>
#include <AK/Lock.h>
#include <Kernel/Lock.h>
//#define ETHERNET_DEBUG
#define IPV4_DEBUG