Kernel: Move networking related files into Kernel/Net/.

This commit is contained in:
Andreas Kling 2019-04-02 19:54:38 +02:00
commit 649c81a714
Notes: sideshowbarker 2024-07-19 14:51:18 +09:00
26 changed files with 61 additions and 63 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <Kernel/NetworkAdapter.h>
#include <Kernel/Net/NetworkAdapter.h>
class LoopbackAdapter final : public NetworkAdapter {
public: