mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
Kernel: Move networking related files into Kernel/Net/.
This commit is contained in:
parent
718bea73b3
commit
649c81a714
26 changed files with 61 additions and 63 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/NetworkAdapter.h>
|
||||
#include <Kernel/Net/NetworkAdapter.h>
|
||||
|
||||
NetworkAdapter* adapter_for_route_to(const IPv4Address&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue